Commit 25632d6a authored by AllenZMC's avatar AllenZMC Committed by Miek Gieben

fix mis-spelling in owners_generate.go (#3159)

parent eae97e84
......@@ -70,7 +70,7 @@ var Owners = []string{`
return
}
// owners parses a owner file without knowning a whole lot about its structure.
// owners parses a owner file without knowing a whole lot about its structure.
func owners(path string, owners map[string]struct{}) (map[string]struct{}, error) {
file, err := ioutil.ReadFile(path)
if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment