Signed-off-by: Yan Feng <yanfeng2@huawei.com>
| ... | ... |
@@ -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 {
|