From: drh Date: Tue, 31 Aug 2010 15:38:51 +0000 (+0000) Subject: Fix a documentation typo reported on the mailing list. X-Git-Tag: experimental~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d3517ad3b229d60da33ed71f10ab6da3067d1b3;p=thirdparty%2Fsqlite.git Fix a documentation typo reported on the mailing list. FossilOrigin-Name: c9fe0a2392ba4ae53d1dfcb986a67beeeb33519f --- diff --git a/manifest b/manifest index f5ec2ed0d7..67e1214d2a 100644 --- a/manifest +++ b/manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -C Add\sevidence\smark\scomments\sto\ssource\scode.\s\sAdd\sadditional\sinformation\sto\sthe\ndocumentation\sof\ssqlite3_release_memory().\s\sFix\sa\sminor\sinefficiency\sin\smem1.c\nthat\swas\sdiscovered\swhile\swriting\srequirements\stests. -D 2010-08-31T15:27:32 +C Fix\sa\sdocumentation\stypo\sreported\son\sthe\smailing\slist. +D 2010-08-31T15:38:52 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in c599a15d268b1db2aeadea19df2adc3bf2eb6bee F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -176,7 +176,7 @@ F src/resolve.c 1c0f32b64f8e3f555fe1f732f9d6f501a7f05706 F src/rowset.c 69afa95a97c524ba6faf3805e717b5b7ae85a697 F src/select.c fb7008115d9ccd85f6b6934c15c204b7fe6bfc38 F src/shell.c 8517fc1f9c59ae4007e6cc8b9af91ab231ea2056 -F src/sqlite.h.in c5776806401dcd4afe026925b3dcceb4cb249217 +F src/sqlite.h.in 37a520846e4b4479738855d146b10f7abcb1bb66 F src/sqlite3ext.h 69dfb8116af51b84a029cddb3b35062354270c89 F src/sqliteInt.h 4e31d3b58720d6251e08ba394641b9a63725eb8a F src/sqliteLimit.h a17dcd3fb775d63b64a43a55c54cb282f9726f44 @@ -854,14 +854,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P 169b8ba4be9c3941c742eded80dbacdcd2465bc4 -R 3d17e398a58367e277a246a8a180d51e +P 53b0c03fd33d2d8141fd386de5493fec64456042 +R 776e9f05b41cfbfcf208301fd66607f6 U drh -Z b41028ed1baa7e42a13b3d1df82c72ac +Z 57cd5b719d8ab02c054ea145e97a806a -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) -iD8DBQFMfR9noxKgR168RlERAjqyAJ4lX1R/JatXzxXtHhQhCw4qI7EyQwCffGzX -cWyqfe9/7iMLgUrcwtZ+UDQ= -=vS4Z +iD8DBQFMfSIOoxKgR168RlERAhLxAJ9gvWaCTQYE8HmwYXE4167pk0HbqQCfeun2 +BMlG7Oi5TtVFDPLSGQrymn4= +=fndz -----END PGP SIGNATURE----- diff --git a/manifest.uuid b/manifest.uuid index 011e3b7dac..2635ec0501 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -53b0c03fd33d2d8141fd386de5493fec64456042 \ No newline at end of file +c9fe0a2392ba4ae53d1dfcb986a67beeeb33519f \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 1139b98c42..383d17bcfd 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -2619,7 +2619,7 @@ const char *sqlite3_sql(sqlite3_stmt *pStmt); ** then there is no distinction between protected and unprotected ** sqlite3_value objects and they can be used interchangeably. However, ** for maximum code portability it is recommended that applications -** still make the distinction between between protected and unprotected +** still make the distinction between protected and unprotected ** sqlite3_value objects even when not strictly required. ** ** ^The sqlite3_value objects that are passed as parameters into the