Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#72 from Madhu-1/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
k8s-ci-robot authored Sep 18, 2018
2 parents 079f074 + 5c3197e commit 6ff7c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/connection/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/framework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6ff7c80

Please sign in to comment.