Browse code

update testcase mount/sharedsubtree_linux_test.go

Signed-off-by: Yan Feng <yanfeng2@huawei.com>

Yan Feng authored on 2015/06/27 05:34:07
Showing 1 changed files
... ...
@@ -107,7 +107,7 @@ func TestSubtreePrivate(t *testing.T) {
107 107
 }
108 108
 
109 109
 // Testing that when a target is a shared mount,
110
-// then child mounts propogate to the source
110
+// then child mounts propagate to the source
111 111
 func TestSubtreeShared(t *testing.T) {
112 112
 	tmp := path.Join(os.TempDir(), "mount-tests")
113 113
 	if err := os.MkdirAll(tmp, 0777); err != nil {