We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f25ea commit 28cad0fCopy full SHA for 28cad0f
tools/purge_unused_tags.sh
@@ -41,7 +41,8 @@ if [ "$1" = "-p" ]; then
41
echo "$Q1C" | sqlite3
42
echo "$Q1" | sqlite3
43
44
-# since sqlite3 up untill version 3.15 didn't support vacuuming attached databases we'll do them separatelly
+# since sqlite3 up until version 3.15 didn't support vacuuming
45
+# attached databases we'll do them separately.
46
47
sqlite3 "$LIBDB" "VACUUM; ANALYZE;"
48
sqlite3 "$DATADB" "VACUUM; ANALYZE"
0 commit comments