From 5136c6afc10a36ebf13210bc727c461be1b53706 Mon Sep 17 00:00:00 2001 From: columndeeply Date: Sun, 28 Aug 2022 16:13:07 +0200 Subject: [PATCH] Typo --- scripts/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh index ac10a13..794c7c4 100755 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -3,7 +3,7 @@ # All empty lines, anything pointing to localhost, comments, trailing whitespaces, multiple spaces, tabs, etc. get removed. # All domains should point to 127.0.0.1 # If any of the domains exist in the whitelist it's ignored. -# Once everything is clean the file gets stored and any duplicate gets removed. +# Once everything is clean the file gets sorted and any duplicate gets removed. # for file in "$@"; do