cleanup: fix some typos in code comment

Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
Guangming Wang
2019-08-21 20:46:27 +08:00
committed by Torin Sandall
parent 3410d491b9
commit 952437ebe3
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ func allRec(path string, filter Filter, errors *loaderErrors, loaded *Result, de
}
// If we are recursing on directories then content must be loaded under path
// speciifed by directory hierarchy.
// specified by directory hierarchy.
if depth > 0 {
loaded = loaded.withParent(info.Name())
}