From: mistachkin Date: Tue, 12 May 2015 23:31:02 +0000 (+0000) Subject: Fix a couple of typos in comments. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a02daf8d2708f17b8f7d48d4da98b2ceb91d302;p=thirdparty%2Fsqlite.git Fix a couple of typos in comments. FossilOrigin-Name: e908365faea6987f98dc3954b932f9a353241bfc --- diff --git a/manifest b/manifest index bf212ce4b7..5d5c47ce6d 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 43879d4ce3..ec9d5bf961 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -fbf29b453f8b49b6b21b8b0a9e09189e35e53986 \ No newline at end of file +e908365faea6987f98dc3954b932f9a353241bfc \ No newline at end of file diff --git a/src/main.c b/src/main.c index 475f92bd8d..ba45c531fc 100644 --- a/src/main.c +++ b/src/main.c @@ -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,