Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warner <me@adamwarner.co.uk>2021-01-26 11:48:05 +0300
committerGitHub <noreply@github.com>2021-01-26 11:48:05 +0300
commit9ec012289f3a5d1f5eb1083b6d3b85cf41eee423 (patch)
tree6fff0f5b8c2e8423b9e33511f953c5568f5c99ee /gravity.sh
parent8e7670db41990b494dc0a509e04684929ddcb4df (diff)
parentc42b97ddb22fd138ed5fd1cc6740acebf0f9d125 (diff)
Merge pull request #4017 from mwoolweaver/patch-2
fix suspected typo in comment
Diffstat (limited to 'gravity.sh')
-rwxr-xr-xgravity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gravity.sh b/gravity.sh
index 183f247f..209563cf 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="$?"