From c02fd6d28ee433dcfe5186fc813d9abc4230826c Mon Sep 17 00:00:00 2001 From: timchenxiaoyu <837829664@qq.com> Date: Thu, 2 Mar 2017 09:26:30 +0800 Subject: [PATCH] fix created typo --- test/integration/volume/persistent_volumes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/volume/persistent_volumes_test.go b/test/integration/volume/persistent_volumes_test.go index 218d3843a5..0858c4ee9d 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)