aboutsummaryrefslogtreecommitdiff
path: root/plugin/autopath/setup.go
diff options
context:
space:
mode:
authorGravatar Karsten Weiss <knweiss@gmail.com> 2018-08-14 17:55:55 +0200
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2018-08-14 08:55:55 -0700
commit6d8a078704567821513e8ccab29fdc5baee809f7 (patch)
tree98f3d865bfa5b853780129647ca8be7027820acc /plugin/autopath/setup.go
parent18a77cd04557b810eba96a7239d39ee2d7a92157 (diff)
downloadcoredns-6d8a078704567821513e8ccab29fdc5baee809f7.tar.gz
coredns-6d8a078704567821513e8ccab29fdc5baee809f7.tar.zst
coredns-6d8a078704567821513e8ccab29fdc5baee809f7.zip
Typo fixes (#2031)
Diffstat (limited to 'plugin/autopath/setup.go')
-rw-r--r--plugin/autopath/setup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/autopath/setup.go b/plugin/autopath/setup.go
index 11c2b815d..edade9d20 100644
--- a/plugin/autopath/setup.go
+++ b/plugin/autopath/setup.go
@@ -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 {