From: drh Date: Thu, 14 Feb 2008 23:24:16 +0000 (+0000) Subject: Fix a typo in a comment used to generate documentation. (CVS 4788) X-Git-Tag: version-3.5.7~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7663e36c404dfd0bc1520155ab42a3ff24922024;p=thirdparty%2Fsqlite.git Fix a typo in a comment used to generate documentation. (CVS 4788) FossilOrigin-Name: 65e66dd81cd821364a2d95a9078d174fd9486288 --- diff --git a/manifest b/manifest index 837da849af..95301d781e 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\ssome\sVdbeMemCopy()\srelated\sproblems.\s(CVS\s4787) -D 2008-02-14T15:31:52 +C Fix\sa\stypo\sin\sa\scomment\sused\sto\sgenerate\sdocumentation.\s(CVS\s4788) +D 2008-02-14T23:24:16 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.in bc2b5df3e3d0d4b801b824b7ef6dec43812b049b F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -135,7 +135,7 @@ F src/random.c 02ef38b469237482f1ea14a78b2087cfbaec48bd F src/select.c 1d780691071af7d58b83a6b38517c2687dd83c5b F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96 F src/shell.c ca06cb687c40a8bff6307b5fad41a0e86a0f8558 -F src/sqlite.h.in 690736613958e0f462e08ae2a9136fa335214edc +F src/sqlite.h.in 74e71510ce5967333a36329212eca0833f6300bd F src/sqlite3ext.h a93f59cdee3638dc0c9c086f80df743a4e68c3cb F src/sqliteInt.h 822045362bdddd303a0b17aa09679ba735ffbaa1 F src/sqliteLimit.h ee4430f88f69bf63527967bb35ca52af7b0ccb1e @@ -617,7 +617,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P 30a45f078421bc89da9218528110e3bd90054bbf -R 163aea8d5ee05b32aa9b90b719599c4c -U danielk1977 -Z f9c60c6b01c0aaa4a339262c14d0294b +P aca2bee8662c3adaa47b3e70b1ef35347111f9eb +R c4ed434e338bc60f75c5f2a5d865d5c6 +U drh +Z 746cf76953f3d41bcc6c125a1c516040 diff --git a/manifest.uuid b/manifest.uuid index 7908272adb..62690a9392 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -aca2bee8662c3adaa47b3e70b1ef35347111f9eb \ No newline at end of file +65e66dd81cd821364a2d95a9078d174fd9486288 \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 9b1aaf6ae3..0db322562d 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -30,7 +30,7 @@ ** the version number) and changes its name to "sqlite3.h" as ** part of the build process. ** -** @(#) $Id: sqlite.h.in,v 1.284 2008/02/06 14:11:35 drh Exp $ +** @(#) $Id: sqlite.h.in,v 1.285 2008/02/14 23:24:16 drh Exp $ */ #ifndef _SQLITE3_H_ #define _SQLITE3_H_ @@ -69,7 +69,7 @@ extern "C" { ** the sqlite3.h file specify the version of SQLite with which ** that header file is associated. ** -** The "version" of SQLite is a strong of the form "X.Y.Z". +** The "version" of SQLite is a string of the form "X.Y.Z". ** The phrase "alpha" or "beta" might be appended after the Z. ** The X value is major version number always 3 in SQLite3. ** The X value only changes when backwards compatibility is