From: drh Date: Tue, 15 May 2007 02:45:18 +0000 (+0000) Subject: Fix a typo in a comment. Ticket #2359. (CVS 3999) X-Git-Tag: version-3.4.0~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e279195400a4082e061103a10f6278eb21a111a4;p=thirdparty%2Fsqlite.git Fix a typo in a comment. Ticket #2359. (CVS 3999) FossilOrigin-Name: 1fbbc108a9e7ad1dc22c08ee990e2b6b949784eb --- diff --git a/manifest b/manifest index 139255ea57..d498499304 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sa\sbug\sin\ssqlite3_mprintf()\swhich\scould\shave\scaused\sa\sbuffer\noverrun\sif\smalloc()\sfailed.\s(CVS\s3998) -D 2007-05-15T02:34:09 +C Fix\sa\stypo\sin\sa\scomment.\s\sTicket\s#2359.\s(CVS\s3999) +D 2007-05-15T02:45:19 F Makefile.in 87b200ad9970907f76df734d29dff3d294c10935 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -102,7 +102,7 @@ F src/random.c 6119474a6f6917f708c1dee25b9a8e519a620e88 F src/select.c c10b98aeccc67a9724c37bbecd6553e5a8da5bf6 F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96 F src/shell.c d07ae326b3815d80f71c69b3c7584382e47f6447 -F src/sqlite.h.in 664b8702c27dc742584788823c548491ac8935d6 +F src/sqlite.h.in aa3c0c02883663944db09ee79f3165d3c4ad7c47 F src/sqlite3ext.h 7d0d363ea7327e817ef0dfe1b7eee1f171b72890 F src/sqliteInt.h c31c9526bc602c3c71ddc45c548e987530826f11 F src/table.c a8de75bcedf84d4060d804264b067ab3b1a3561d @@ -491,7 +491,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P 75d573080d03ee48fe88710f70c6875ff9cae19c -R b07b9e5fab6d7eaa0b8188e0005d371e +P 5af49a57d4866be21c0206f34584bcc63adc1315 +R 93a3d51fc25837371e9b0e6fd514aa55 U drh -Z afee1df567f28ceb1f5fd286b893c976 +Z 35fee69111bd42bfa0668ba9070de64e diff --git a/manifest.uuid b/manifest.uuid index 4538bc8537..aa936a51d3 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -5af49a57d4866be21c0206f34584bcc63adc1315 \ No newline at end of file +1fbbc108a9e7ad1dc22c08ee990e2b6b949784eb \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 42a39c3a25..85c0513a36 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -12,7 +12,7 @@ ** This header file defines the interface that the SQLite library ** presents to client programs. ** -** @(#) $Id: sqlite.h.in,v 1.208 2007/05/08 15:15:02 drh Exp $ +** @(#) $Id: sqlite.h.in,v 1.209 2007/05/15 02:45:19 drh Exp $ */ #ifndef _SQLITE3_H_ #define _SQLITE3_H_ @@ -354,7 +354,7 @@ int sqlite3_complete16(const void *sql); ** The default busy callback is NULL. ** ** Sqlite is re-entrant, so the busy handler may start a new query. -** (It is not clear why anyone would every want to do this, but it +** (It is not clear why anyone would ever want to do this, but it ** is allowed, in theory.) But the busy handler may not close the ** database. Closing the database from a busy handler will delete ** data structures out from under the executing query and will