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

@@ -93,7 +93,7 @@ func TestRecycler(t *testing.T) {
}
recycler, err := plug.NewRecycler("pv-name", spec, nil)
if err != nil {
t.Errorf("Failed to make a new Recyler: %v", err)
t.Errorf("Failed to make a new Recycler: %v", err)
}
if recycler.GetPath() != spec.PersistentVolume.Spec.NFS.Path {
t.Errorf("Expected %s but got %s", spec.PersistentVolume.Spec.NFS.Path, recycler.GetPath())