Skip to content

Commit 3cd54b0

Browse files
committed
docbuilder: missing "S" in IF EXISTS
1 parent 8b31df0 commit 3cd54b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ static void create_file (const char *path) {
375375
write_line("BEGIN TRANSACTION;", -1, 1);
376376
}
377377

378-
write_line("DROP TABLE IF EXITS documentation;", -1, 1);
378+
write_line("DROP TABLE IF EXISTS documentation;", -1, 1);
379379
write_line("CREATE VIRTUAL TABLE IF NOT EXISTS documentation USING fts5 (url, content);", -1, 1);
380380
}
381381

0 commit comments

Comments
 (0)