Skip to content

Commit

Permalink
Fixed typo in pv_controller.go
Browse files Browse the repository at this point in the history
  • Loading branch information
k82cn committed Feb 3, 2017
1 parent c09311f commit ef5f838
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 @@ -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)
}
}
}
Expand Down

0 comments on commit ef5f838

Please sign in to comment.