diff --git a/pkg/controller/volume/persistentvolume/pv_controller.go b/pkg/controller/volume/persistentvolume/pv_controller.go index 0f9cf6126ce..520a672018f 100644 --- a/pkg/controller/volume/persistentvolume/pv_controller.go +++ b/pkg/controller/volume/persistentvolume/pv_controller.go @@ -1427,7 +1427,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) } } }