From cf500268867d5cb2cd4a5ee2102a171e6161e570 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 16 May 2018 01:18:43 +0800 Subject: [PATCH] Typo fix in the returen message: dynamicly->dynamically dynamicly->dynamically --- test/e2e/storage/persistent_volumes-local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/persistent_volumes-local.go b/test/e2e/storage/persistent_volumes-local.go index 1d8121024f4..11e50b6ee5c 100644 --- a/test/e2e/storage/persistent_volumes-local.go +++ b/test/e2e/storage/persistent_volumes-local.go @@ -538,7 +538,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() { By("Deleting provisioner daemonset") deleteProvisionerDaemonset(config) }) - It("should discover dynamicly created local persistent volume mountpoint in discovery directory", func() { + It("should discover dynamically created local persistent volume mountpoint in discovery directory", func() { By("Starting a provisioner daemonset") createProvisionerDaemonset(config)