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

This commit is contained in:
AllenZMC
2019-08-20 21:00:19 +08:00
committed by Miek Gieben
parent eae97e84ae
commit 25632d6a23

View File

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