Typos and englishify pkg/volume

This commit is contained in:
Jedrzej Nowak
2016-10-03 11:29:50 +02:00
parent 158dc1a863
commit f0988b95e7
14 changed files with 18 additions and 18 deletions

View File

@@ -371,7 +371,7 @@ func (util *RBDUtil) DeleteImage(p *rbdVolumeDeleter) error {
if err == nil {
return nil
} else {
glog.Errorf("failed to delete rbd image, error %v ouput %v", err, string(output))
glog.Errorf("failed to delete rbd image, error %v output %v", err, string(output))
}
}
return err