mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 05:01:28 +00:00
fix comments typos
s/propogated/propagated Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user