fix comments typos

s/propogated/propagated

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2015-02-04 10:47:37 +08:00
parent 810a000d6b
commit b7f328a24b

View file

@ -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 {