aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/io_out
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-01-21 01:15:34 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2024-01-25 12:58:32 -0500
commit10a66c974537dcb984217a6c581fc20fa7144db4 (patch)
tree0305f1574d2a37f3d2667ba541e473f11908ba71 /src/doc_reform/io_out
parentorg, ocda (ongoing) (diff)
org, ocda (ongoing) split file, separate functions
Diffstat (limited to 'src/doc_reform/io_out')
-rw-r--r--src/doc_reform/io_out/sqlite.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc_reform/io_out/sqlite.d b/src/doc_reform/io_out/sqlite.d
index 11f00a3..58dc834 100644
--- a/src/doc_reform/io_out/sqlite.d
+++ b/src/doc_reform/io_out/sqlite.d
@@ -1121,7 +1121,7 @@ template SQLiteTablesReCreate() {
lev SMALLINT NULL,
node VARCHAR(16) NULL,
parent VARCHAR(16) NULL,
- last_decendant VARCHAR(16) NULL, -- headings only
+ last_descendant VARCHAR(16) NULL, -- headings only
digest_clean CHAR(256),
digest_all CHAR(256),
seg_name CHAR(256),
@@ -1643,7 +1643,7 @@ template SQLiteTablesCreate() {
lev SMALLINT NULL,
node VARCHAR(16) NULL,
parent VARCHAR(16) NULL,
- last_decendant VARCHAR(16) NULL, -- headings only
+ last_descendant VARCHAR(16) NULL, -- headings only
digest_clean CHAR(256),
digest_all CHAR(256),
seg_name CHAR(256),