From 6137138ded9c5ca02d65d62d0ec4f3ff7cde05d2 Mon Sep 17 00:00:00 2001
From: drh <drh@noemail.net>
Date: Fri, 7 Nov 2014 11:39:16 +0000
Subject: [PATCH] Fix typo in sqlite3.h reported on the mailing list.

FossilOrigin-Name: 402703212a8488f8b571ce170b3b6c7374bd7daa
---
 manifest        | 12 ++++++------
 manifest.uuid   |  2 +-
 src/sqlite.h.in |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/manifest b/manifest
index 2ad90a7f0d..b80e3b8250 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Update\sdocumentation\son\ssqlite3_config()\sand\sadd\scorresponding\sevidence\smarks.
-D 2014-11-07T01:43:56.762
+C Fix\stypo\sin\ssqlite3.h\sreported\son\sthe\smailing\slist.
+D 2014-11-07T11:39:16.680
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in cf57f673d77606ab0f2d9627ca52a9ba1464146a
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -229,7 +229,7 @@ F src/resolve.c 4965007d6497b6a4d7a6d98751cc39712885f952
 F src/rowset.c eccf6af6d620aaa4579bd3b72c1b6395d9e9fa1e
 F src/select.c 428165951748151e87a15295b7357221433e311b
 F src/shell.c 48fe276aada42a15722aee2584e6321345ed4609
-F src/sqlite.h.in 83e34312bc974a99f03e1b040854c18145d7b662
+F src/sqlite.h.in f433227d7f619887a1064913fa66cefa3da4349a
 F src/sqlite3.rc 992c9f5fb8285ae285d6be28240a7e8d3a7f2bad
 F src/sqlite3ext.h 17d487c3c91b0b8c584a32fbeb393f6f795eea7d
 F src/sqliteInt.h 8f67ca79e957b8ece7453b8e320b6a996e1b4761
@@ -1211,7 +1211,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 20c7614addb8494cd7f40263a50fa6f428cce1c7
-R ccc709fd5070dead531e2a6ad6b5aa29
+P 360c8ca11c3315c8e08c7c52ff5468e3f723e562
+R 367fba2464fa0866db1d5cae2a24beee
 U drh
-Z 3b414dc01fd5a3ebe6b3ed14cc9e0f06
+Z 3885b799624859bdb0af87865d5681ed
diff --git a/manifest.uuid b/manifest.uuid
index 01580f60c0..185fd7e51d 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-360c8ca11c3315c8e08c7c52ff5468e3f723e562
\ No newline at end of file
+402703212a8488f8b571ce170b3b6c7374bd7daa
\ No newline at end of file
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index 192280e726..fc741b7291 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.
 **