diff --git a/pkg/controller/volume/persistentvolume/pv_controller.go b/pkg/controller/volume/persistentvolume/pv_controller.go index b8af1a36a2754..81f5fa232488f 100644 --- a/pkg/controller/volume/persistentvolume/pv_controller.go +++ b/pkg/controller/volume/persistentvolume/pv_controller.go @@ -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) } } }