mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
cleanup: fix some typos in code comment
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
committed by
Torin Sandall
parent
3410d491b9
commit
952437ebe3
+1
-1
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user