diff --git a/test/integration/volume/persistent_volumes_test.go b/test/integration/volume/persistent_volumes_test.go index 218d3843a5e..0858c4ee9d4 100644 --- a/test/integration/volume/persistent_volumes_test.go +++ b/test/integration/volume/persistent_volumes_test.go @@ -761,7 +761,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)