fix request typo

pull/6/head
timchenxiaoyu 2017-03-03 17:22:38 +08:00
parent 5c168e2d58
commit 811a334be9
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ func (r *volumeReactor) React(action core.Action) (handled bool, ret runtime.Obj
return true, nil, err
}
// Test did not requst to inject an error, continue simulating API server.
// Test did not request to inject an error, continue simulating API server.
switch {
case action.Matches("create", "persistentvolumes"):
obj := action.(core.UpdateAction).GetObject()