fix typo in comment

Signed-off-by: Michael Woolweaver <m.woolweaver@icloud.com>
This commit is contained in:
Michael Woolweaver 2021-01-26 01:04:37 -06:00 committed by GitHub
parent cbfb58f7a2
commit c42b97ddb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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