Skip to content

Commit 28cad0f

Browse files
committed
Minor typo fixes.
1 parent 83f25ea commit 28cad0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/purge_unused_tags.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ if [ "$1" = "-p" ]; then
4141
echo "$Q1C" | sqlite3
4242
echo "$Q1" | sqlite3
4343

44-
# since sqlite3 up untill version 3.15 didn't support vacuuming attached databases we'll do them separatelly
44+
# since sqlite3 up until version 3.15 didn't support vacuuming
45+
# attached databases we'll do them separately.
4546

4647
sqlite3 "$LIBDB" "VACUUM; ANALYZE;"
4748
sqlite3 "$DATADB" "VACUUM; ANALYZE"

0 commit comments

Comments
 (0)