mirror of
https://github.com/coredns/coredns.git
synced 2025-11-15 08:22:19 -05:00
Typo fixes (#2031)
This commit is contained in:
@@ -164,7 +164,7 @@ func targetStrip(name string, targetStrip int) string {
|
||||
offset, end = dns.NextLabel(name, offset)
|
||||
}
|
||||
if end {
|
||||
// We overshot the name, use the orignal one.
|
||||
// We overshot the name, use the original one.
|
||||
offset = 0
|
||||
}
|
||||
name = name[offset:]
|
||||
|
||||
Reference in New Issue
Block a user