fix created typo

This commit is contained in:
timchenxiaoyu 2017-03-02 09:26:30 +08:00
parent 5c168e2d58
commit c02fd6d28e

View File

@ -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)