diff --git a/test/integration/volume/persistent_volumes_test.go b/test/integration/volume/persistent_volumes_test.go index 8f06b7e94bf..de76459c305 100644 --- a/test/integration/volume/persistent_volumes_test.go +++ b/test/integration/volume/persistent_volumes_test.go @@ -760,7 +760,7 @@ func TestPersistentVolumeControllerStartup(t *testing.T) { } pvcs[i] = newPVC // Drain watchPVC with all events generated by the PVC until it's bound - // We don't want to catch "PVC craated with Status.Phase == Pending" + // We don't want to catch "PVC created with Status.Phase == Pending" // later in this test. waitForAnyPersistentVolumeClaimPhase(watchPVC, v1.ClaimBound)