From c42b97ddb22fd138ed5fd1cc6740acebf0f9d125 Mon Sep 17 00:00:00 2001 From: Michael Woolweaver Date: Tue, 26 Jan 2021 01:04:37 -0600 Subject: [PATCH] fix typo in comment Signed-off-by: Michael Woolweaver --- gravity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gravity.sh b/gravity.sh index dfb863e9..862722a9 100755 --- a/gravity.sh +++ b/gravity.sh @@ -88,7 +88,7 @@ gravity_swap_databases() { str="Building tree" echo -ne " ${INFO} ${str}..." - # The index is intentionally not UNIQUE as prro quality adlists may contain domains more than once + # The index is intentionally not UNIQUE as poor quality adlists may contain domains more than once output=$( { sqlite3 "${gravityTEMPfile}" "CREATE INDEX idx_gravity ON gravity (domain, adlist_id);"; } 2>&1 ) status="$?"