diff --git a/pkg/connection/connection.go b/pkg/connection/connection.go index 3f2e49314..2cd13b1d2 100644 --- a/pkg/connection/connection.go +++ b/pkg/connection/connection.go @@ -241,7 +241,7 @@ func logGRPC(ctx context.Context, method string, req, reply interface{}, cc *grp } // isFinished returns true if given error represents final error of an -// operation. That means the operation has failed completelly and cannot be in +// operation. That means the operation has failed completely and cannot be in // progress. It returns false, if the error represents some transient error // like timeout and the operation itself or previous call to the same // operation can be actually in progress. diff --git a/pkg/controller/framework_test.go b/pkg/controller/framework_test.go index 6f18137b3..d327b753e 100644 --- a/pkg/controller/framework_test.go +++ b/pkg/controller/framework_test.go @@ -118,7 +118,7 @@ func runTests(t *testing.T, handlerFactory handlerFactory, tests []testCase) { vaInformer := informers.Storage().V1beta1().VolumeAttachments() pvInformer := informers.Core().V1().PersistentVolumes() nodeInformer := informers.Core().V1().Nodes() - // Fill the informers with inital objects so controller can Get() them + // Fill the informers with initial objects so controller can Get() them for _, obj := range objs { switch obj.(type) { case *v1.PersistentVolume: