From 6e1a6b4c582fd88d5e84cf6a0ba07d57fa68e6ae Mon Sep 17 00:00:00 2001 From: curben Date: Sun, 12 May 2019 12:40:44 +0930 Subject: [PATCH] style: fix typo in comment --- utils/urlhaus-top-domains.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/urlhaus-top-domains.sh b/utils/urlhaus-top-domains.sh index e8d3484d..b8e9af98 100644 --- a/utils/urlhaus-top-domains.sh +++ b/utils/urlhaus-top-domains.sh @@ -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