diff --git a/pkg/volume/rbd/rbd_test.go b/pkg/volume/rbd/rbd_test.go index 2400d9d9ee3..4d934eae305 100644 --- a/pkg/volume/rbd/rbd_test.go +++ b/pkg/volume/rbd/rbd_test.go @@ -681,7 +681,7 @@ func TestRequiresRemount(t *testing.T) { plug, _ := plugMgr.FindPluginByName("kubernetes.io/rbd") has := plug.RequiresRemount(nil) if has { - t.Errorf("Exepcted RequiresRemount to be false, got %t", has) + t.Errorf("Expected RequiresRemount to be false, got %t", has) } }