diff --git a/cmd/libs/go2idl/import-boss/main.go b/cmd/libs/go2idl/import-boss/main.go index fac4b145b4c..db9505e52b4 100644 --- a/cmd/libs/go2idl/import-boss/main.go +++ b/cmd/libs/go2idl/import-boss/main.go @@ -51,7 +51,7 @@ limitations under the License. // ] // } // -// Note the secound block explicitly matches the unsafe package, and forbids it +// Note the second block explicitly matches the unsafe package, and forbids it // ("" is a prefix of everything). package main diff --git a/pkg/controller/volume/persistentvolume/framework_test.go b/pkg/controller/volume/persistentvolume/framework_test.go index e4f7dcf712e..ad6646b34ff 100644 --- a/pkg/controller/volume/persistentvolume/framework_test.go +++ b/pkg/controller/volume/persistentvolume/framework_test.go @@ -166,7 +166,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()