diff --git a/mount/sharedsubtree_linux_test.go b/mount/sharedsubtree_linux_test.go index 0986bd9..da9aa15 100644 --- a/mount/sharedsubtree_linux_test.go +++ b/mount/sharedsubtree_linux_test.go @@ -9,7 +9,7 @@ import ( "testing" ) -// nothing is propogated in or out +// nothing is propagated in or out func TestSubtreePrivate(t *testing.T) { tmp := path.Join(os.TempDir(), "mount-tests") if err := os.MkdirAll(tmp, 0777); err != nil {