mirror of
https://github.com/coredns/coredns.git
synced 2025-11-15 00:12:16 -05:00
Typo fixes (#2031)
This commit is contained in:
@@ -72,7 +72,7 @@ func autoPathParse(c *caddy.Controller) (*AutoPath, string, error) {
|
||||
}
|
||||
ap.search = rc.Search
|
||||
plugin.Zones(ap.search).Normalize()
|
||||
ap.search = append(ap.search, "") // sentinal value as demanded.
|
||||
ap.search = append(ap.search, "") // sentinel value as demanded.
|
||||
}
|
||||
ap.Zones = zoneAndresolv[:len(zoneAndresolv)-1]
|
||||
if len(ap.Zones) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user