Skip to content

Commit

Permalink
Merge pull request #40918 from k82cn/pv_ctrl_typo
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Fixed typo in pv_controller.go

fixes #40916
  • Loading branch information
Kubernetes Submit Queue committed Feb 3, 2017
2 parents 1271802 + ef5f838 commit ab794c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/volume/persistentvolume/pv_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ func (ctrl *PersistentVolumeController) scheduleOperation(operationName string,
if goroutinemap.IsAlreadyExists(err) {
glog.V(4).Infof("operation %q is already running, skipping", operationName)
} else {
glog.Errorf("error scheduling operaion %q: %v", operationName, err)
glog.Errorf("error scheduling operation %q: %v", operationName, err)
}
}
}
Expand Down

0 comments on commit ab794c6

Please sign in to comment.