Merge pull request #42381 from timchenxiaoyu/createdtypo

Automatic merge from submit-queue

fix created typo
pull/6/head
Kubernetes Submit Queue 2017-03-24 10:25:48 -07:00 committed by GitHub
commit e0817ef832
1 changed files with 1 additions and 1 deletions

View File

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