Commit ef5f838c authored by Klaus Ma's avatar Klaus Ma

Fixed typo in pv_controller.go

parent c09311fa
......@@ -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)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment