diff options
author | drh <> | 2024-10-15 14:28:23 +0000 |
---|---|---|
committer | drh <> | 2024-10-15 14:28:23 +0000 |
commit | 1b59f37c0604ffc61b96d24654f365a47083b102 (patch) | |
tree | b4a60a5501cb3f2d8f21578663c58f9f980768b1 /src | |
parent | dcaae8fd4bb2831fd448c6b5c77885f0dcbcf947 (diff) | |
download | sqlite-1b59f37c0604ffc61b96d24654f365a47083b102.tar.gz sqlite-1b59f37c0604ffc61b96d24654f365a47083b102.zip |
Fix a typo in a comment used to generate document. No code changes.
FossilOrigin-Name: 9b4bc5c4c1dc7c4ba359babc71c07ac3a6719971766951a8d2cb1df9e2396a83
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 6508b5439..a46b1b645 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -4232,7 +4232,7 @@ int sqlite3_limit(sqlite3*, int id, int newVal); ** is the number of bytes in the input string <i>including</i> ** the nul-terminator. ** Note that nByte measure the length of the input in bytes, not -** characters, even for the UTF-16 inferfaces. +** characters, even for the UTF-16 interfaces. ** ** ^If pzTail is not NULL then *pzTail is made to point to the first byte ** past the end of the first SQL statement in zSql. These routines only |