diff options
author | drh <drh@noemail.net> | 2014-11-07 11:39:16 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2014-11-07 11:39:16 +0000 |
commit | 6137138ded9c5ca02d65d62d0ec4f3ff7cde05d2 (patch) | |
tree | a5affc2d55174a40452aeda3c5a45ed633b85ec5 /src | |
parent | 8790b6e860fb5c9dacc3ddc1ecb27b384dd71c2a (diff) | |
download | sqlite-6137138ded9c5ca02d65d62d0ec4f3ff7cde05d2.tar.gz sqlite-6137138ded9c5ca02d65d62d0ec4f3ff7cde05d2.zip |
Fix typo in sqlite3.h reported on the mailing list.
FossilOrigin-Name: 402703212a8488f8b571ce170b3b6c7374bd7daa
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 192280e72..fc741b729 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -52,7 +52,7 @@ extern "C" { /* ** These no-op macros are used in front of interfaces to mark those ** interfaces as either deprecated or experimental. New applications -** should not use deprecated interfaces - they are support for backwards +** should not use deprecated interfaces - they are supported for backwards ** compatibility only. Application writers should be aware that ** experimental interfaces are subject to change in point releases. ** |