diff options
Diffstat (limited to 'org/out_sqlite.org')
-rw-r--r-- | org/out_sqlite.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/out_sqlite.org b/org/out_sqlite.org index ca5ee9f..ade8498 100644 --- a/org/out_sqlite.org +++ b/org/out_sqlite.org @@ -1880,7 +1880,7 @@ CREATE TABLE IF NOT EXISTS doc_objects ( 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), |