]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a couple of typos in comments.
authormistachkin <mistachkin@noemail.net>
Tue, 12 May 2015 23:31:02 +0000 (23:31 +0000)
committermistachkin <mistachkin@noemail.net>
Tue, 12 May 2015 23:31:02 +0000 (23:31 +0000)
FossilOrigin-Name: e908365faea6987f98dc3954b932f9a353241bfc

manifest
manifest.uuid
src/main.c

index bf212ce4b7a7b55cd2c995ac406da73bb40d0ce4..5d5c47ce6dc6daf0926314959aa09ff731ad3e55 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Improve\sAPI\sarmor\sintegration.\s\sFix\sharmless\scompiler\swarnings.
-D 2015-05-12T23:28:03.074
+C Fix\sa\scouple\sof\stypos\sin\scomments.
+D 2015-05-12T23:31:02.255
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in edfc69769e613a6359c42c06ea1d42c3bece1736
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -196,7 +196,7 @@ F src/journal.c b4124532212b6952f42eb2c12fa3c25701d8ba8d
 F src/legacy.c ba1863ea58c4c840335a84ec276fc2b25e22bc4e
 F src/lempar.c 7274c97d24bb46631e504332ccd3bd1b37841770
 F src/loadext.c 29255bbe1cfb2ce9bbff2526a5ecfddcb49b9271
-F src/main.c fade920311146e5ad2a1abfa353a4c0ce1428bfd
+F src/main.c 6b7c1b1d08b5855cb44f086c3bf4485b90a37f3a
 F src/malloc.c 5bc15d525811d387b37c29f2e368143460e41e96
 F src/mem0.c 6a55ebe57c46ca1a7d98da93aaa07f99f1059645
 F src/mem1.c abe6ee469b6c5a35c7f22bfeb9c9bac664a1c987
@@ -1258,7 +1258,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 02f694d5babe5fc03a4fcec001e3d878fa58f2c8
-R ed93fbd39e04051e7af80fb87705bbad
+P fbf29b453f8b49b6b21b8b0a9e09189e35e53986
+R 82a9214cb929b109eedb4167b3957a38
 U mistachkin
-Z 609125a8640184819ed777a28013f419
+Z c078521110e15d682f4fa0f622695d3e
index 43879d4ce3d5f52734acf2e2fdce33e2a0911e06..ec9d5bf96128899a729980df8ea7c93f30bb66d0 100644 (file)
@@ -1 +1 @@
-fbf29b453f8b49b6b21b8b0a9e09189e35e53986
\ No newline at end of file
+e908365faea6987f98dc3954b932f9a353241bfc
\ No newline at end of file
index 475f92bd8d8c54c64faf708b1930825b7548821c..ba45c531fc501e6dd4f44dd799e34a47933905fc 100644 (file)
@@ -1763,7 +1763,7 @@ void *sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){
   return pOld;
 }
 /*
-** Return the curren trace function and argument.
+** Return the current trace function and argument.
 */
 int sqlite3_get_trace(
   const sqlite3 *db,
@@ -1808,7 +1808,7 @@ void *sqlite3_profile(
   return pOld;
 }
 /*
-** Return the curren trace function and argument.
+** Return the current profile function and argument.
 */
 int sqlite3_get_profile(
   const sqlite3 *db,