aboutsummaryrefslogtreecommitdiff
path: root/plugin/pkg/dnsutil/reverse.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/pkg/dnsutil/reverse.go')
-rw-r--r--plugin/pkg/dnsutil/reverse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/pkg/dnsutil/reverse.go b/plugin/pkg/dnsutil/reverse.go
index daf9cc600..f92cf18b5 100644
--- a/plugin/pkg/dnsutil/reverse.go
+++ b/plugin/pkg/dnsutil/reverse.go
@@ -9,7 +9,7 @@ import (
// into an IP address. This works for ipv4 or ipv6.
//
// 54.119.58.176.in-addr.arpa. becomes 176.58.119.54. If the conversion
-// failes the empty string is returned.
+// fails the empty string is returned.
func ExtractAddressFromReverse(reverseName string) string {
search := ""