mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
fix mis-spelling in owners_generate.go (#3159)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user