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

@@ -31,7 +31,7 @@ import (
type CinderDiskUtil struct{}
// Attaches a disk specified by a volume.CinderPersistenDisk to the current kubelet.
// Mounts the disk to it's global path.
// Mounts the disk to its global path.
func (util *CinderDiskUtil) AttachDisk(b *cinderVolumeMounter, globalPDPath string) error {
options := []string{}
if b.readOnly {