Merge pull request #97534 from heqg/typo01

fix Spelling error for klog
This commit is contained in:
Kubernetes Prow Robot 2021-06-06 22:24:39 -07:00 committed by GitHub
commit dff5940ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -568,7 +568,7 @@ func TestCSI_VolumeAll(t *testing.T) {
if err := csiDevUnmounter.UnmountDevice(devMountPath); err != nil { if err := csiDevUnmounter.UnmountDevice(devMountPath); err != nil {
t.Fatalf("csiTest.VolumeAll deviceMounter.UnmountDevice failed: %s", err) t.Fatalf("csiTest.VolumeAll deviceMounter.UnmountDevice failed: %s", err)
} }
t.Log("csiTest.VolumeAll deviceUmounter.UnmountDevice done OK for path", devMountPath) t.Log("csiTest.VolumeAll deviceUnmounter.UnmountDevice done OK for path", devMountPath)
} }
} else { } else {
t.Log("csiTest.VolumeAll DeviceMountablePluginBySpec did not find a plugin, skipping unmounting.") t.Log("csiTest.VolumeAll DeviceMountablePluginBySpec did not find a plugin, skipping unmounting.")