aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2014-11-07 11:39:16 +0000
committerdrh <drh@noemail.net>2014-11-07 11:39:16 +0000
commit6137138ded9c5ca02d65d62d0ec4f3ff7cde05d2 (patch)
treea5affc2d55174a40452aeda3c5a45ed633b85ec5 /src
parent8790b6e860fb5c9dacc3ddc1ecb27b384dd71c2a (diff)
downloadsqlite-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.in2
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.
**