diff --git a/ifxlookup/plugins/dns.py b/ifxlookup/plugins/dns.py index 87e5320..364a59f 100644 --- a/ifxlookup/plugins/dns.py +++ b/ifxlookup/plugins/dns.py @@ -38,7 +38,7 @@ class ServiceDelegate(ServiceBase) : try : in_addr = dns.reversename.from_address(subject) if in_addr : - self._error.append('Addresses fround by reverse lookup may not be accurate') + self._error.append('Addresses found by reverse lookups may not be accurate') subject = in_addr except: pass