fix comments typos
s/propogated/propagated Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
810a000d6b
commit
b7f328a24b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
// nothing is propogated in or out
|
// nothing is propagated in or out
|
||||||
func TestSubtreePrivate(t *testing.T) {
|
func TestSubtreePrivate(t *testing.T) {
|
||||||
tmp := path.Join(os.TempDir(), "mount-tests")
|
tmp := path.Join(os.TempDir(), "mount-tests")
|
||||||
if err := os.MkdirAll(tmp, 0777); err != nil {
|
if err := os.MkdirAll(tmp, 0777); err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue