diff options
author | stephan <stephan@noemail.net> | 2025-02-25 20:55:14 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-02-25 20:55:14 +0000 |
commit | 5d60f47001bf64b48abac68ed59621e528144ea4 (patch) | |
tree | cae063446f997fa82c6458a1c3f7ba7a80053adf /doc | |
parent | b8ec04ee0225d0f430536ac5f2b580a42addba6c (diff) | |
download | sqlite-5d60f47001bf64b48abac68ed59621e528144ea4.tar.gz sqlite-5d60f47001bf64b48abac68ed59621e528144ea4.zip |
Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:006c8fa165083ac3|forum post 006c8fa165083ac3] and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app.
FossilOrigin-Name: af928818a030924060ee0762431dae0f16d53a62f4e1132754d052eb9c621ac2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lemon.html | 2 | ||||
-rw-r--r-- | doc/pager-invariants.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lemon.html b/doc/lemon.html index 4147d9b31..24bccce08 100644 --- a/doc/lemon.html +++ b/doc/lemon.html @@ -881,7 +881,7 @@ is allowed between the "%" and the directive name.</p> <p>Grammar text in between "<tt>%ifdef MACRO</tt>" and the next nested "<tt>%endif</tt>" is ignored unless the "-DMACRO" command-line option is used. Grammar text -betwen "<tt>%ifndef MACRO</tt>" and the next nested "<tt>%endif</tt>" is +between "<tt>%ifndef MACRO</tt>" and the next nested "<tt>%endif</tt>" is included except when the "-DMACRO" command-line option is used.<p> <p>The text in between "<tt>%if</tt> <i>CONDITIONAL</i>" and its diff --git a/doc/pager-invariants.txt b/doc/pager-invariants.txt index 44444dad5..0fea0a698 100644 --- a/doc/pager-invariants.txt +++ b/doc/pager-invariants.txt @@ -45,7 +45,7 @@ *** Definition: Two databases (or the same database at two points it time) are said to be "logically equivalent" if they give the same answer to all queries. Note in particular the content of freelist leaf - pages can be changed arbitarily without effecting the logical equivalence + pages can be changed arbitrarily without effecting the logical equivalence of the database. (7) At any time, if any subset, including the empty set and the total set, |