Typo fix in the returen message: dynamicly->dynamically

dynamicly->dynamically
This commit is contained in:
AdamDang
2018-05-16 01:18:43 +08:00
committed by GitHub
parent 41a531317a
commit cf50026886

View File

@@ -538,7 +538,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
By("Deleting provisioner daemonset") By("Deleting provisioner daemonset")
deleteProvisionerDaemonset(config) 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") By("Starting a provisioner daemonset")
createProvisionerDaemonset(config) createProvisionerDaemonset(config)