style: fix typo in comment

This commit is contained in:
curben 2019-05-12 12:40:44 +09:30
parent 013267e310
commit 6e1a6b4c58
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ sed -e 's/^www\.//g' | \
# Sort and remove duplicates
sort -u | \
# Exclude Umbrella Top 1M and well-known domains
# grep inverse match whole line
# grep match whole line
grep -Fx -f top-1m-well-known.txt > urlhaus-top-domains.txt