File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ def filtermultiport(ips):
123
123
124
124
def lookup_asn (net , ip ):
125
125
'''
126
- Look up the asn for an IP (4 or 6) address by querying cymry .com, or None
126
+ Look up the asn for an IP (4 or 6) address by querying cymru .com, or None
127
127
if it could not be found.
128
128
'''
129
129
try :
@@ -187,7 +187,7 @@ def main():
187
187
# Skip entries with invalid address.
188
188
ips = [ip for ip in ips if ip is not None ]
189
189
print ('%s Skip entries with invalid address' % (ip_stats (ips )), file = sys .stderr )
190
- # Skip duplicattes (in case multiple seeds files were concatenated)
190
+ # Skip duplicates (in case multiple seeds files were concatenated)
191
191
ips = dedup (ips )
192
192
print ('%s After removing duplicates' % (ip_stats (ips )), file = sys .stderr )
193
193
# Skip entries from suspicious hosts.
You can’t perform that action at this time.
0 commit comments