瀏覽代碼

update testcase mount/sharedsubtree_linux_test.go

Signed-off-by: Yan Feng <yanfeng2@huawei.com>
Yan Feng 10 年之前
父節點
當前提交
2cca502c05
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/mount/sharedsubtree_linux_test.go

+ 1 - 1
pkg/mount/sharedsubtree_linux_test.go

@@ -107,7 +107,7 @@ func TestSubtreePrivate(t *testing.T) {
 }
 
 // Testing that when a target is a shared mount,
-// then child mounts propogate to the source
+// then child mounts propagate to the source
 func TestSubtreeShared(t *testing.T) {
 	tmp := path.Join(os.TempDir(), "mount-tests")
 	if err := os.MkdirAll(tmp, 0777); err != nil {