Fixed Typo

This commit is contained in:
Daniel Dayley 2021-09-23 11:01:21 -06:00
parent 3b92513a06
commit 7131e1668b

View File

@ -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