fix typo in comment

Signed-off-by: Michael Woolweaver <m.woolweaver@icloud.com>
pull/4017/head
Michael Woolweaver 3 years ago committed by GitHub
parent cbfb58f7a2
commit c42b97ddb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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="$?"

Loading…
Cancel
Save