mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-15 11:41:13 +03:00
Fix typo in comment. No changes to code.
FossilOrigin-Name: e49c291735e613e384f6da044ef865dd274cabc8
This commit is contained in:
14
manifest
14
manifest
@@ -1,5 +1,5 @@
|
|||||||
C Split\sout\ssome\ssource\scode\sinto\snew\sfiles:\swherecode.c,\swhereexpr.c,\sand\ntreeview.c.\s\sOther\sminor\srefactoring\schanges.
|
C Fix\stypo\sin\scomment.\s\sNo\schanges\sto\scode.
|
||||||
D 2015-06-08T17:40:30.804
|
D 2015-06-08T17:42:57.317
|
||||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||||
F Makefile.in a7b384855b72378fd860425b128ea5f75296e9d6
|
F Makefile.in a7b384855b72378fd860425b128ea5f75296e9d6
|
||||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||||
@@ -246,7 +246,7 @@ F src/pcache1.c 69d137620a305f814398bd29a0c998038c0695e9
|
|||||||
F src/pragma.c c1f4d012ea9f6b1ce52d341b2cd0ad72d560afd7
|
F src/pragma.c c1f4d012ea9f6b1ce52d341b2cd0ad72d560afd7
|
||||||
F src/pragma.h b8632d7cdda7b25323fa580e3e558a4f0d4502cc
|
F src/pragma.h b8632d7cdda7b25323fa580e3e558a4f0d4502cc
|
||||||
F src/prepare.c 82e5db1013846a819f198336fed72c44c974e7b1
|
F src/prepare.c 82e5db1013846a819f198336fed72c44c974e7b1
|
||||||
F src/printf.c 9889e8826f8e2bd8c2718d7d3faa761bef8eac79
|
F src/printf.c db11b5960105ee661dcac690f2ae6276e49bf251
|
||||||
F src/random.c ba2679f80ec82c4190062d756f22d0c358180696
|
F src/random.c ba2679f80ec82c4190062d756f22d0c358180696
|
||||||
F src/resolve.c 84c571794e3ee5806274d95158a4c0177c6c4708
|
F src/resolve.c 84c571794e3ee5806274d95158a4c0177c6c4708
|
||||||
F src/rowset.c eccf6af6d620aaa4579bd3b72c1b6395d9e9fa1e
|
F src/rowset.c eccf6af6d620aaa4579bd3b72c1b6395d9e9fa1e
|
||||||
@@ -1285,7 +1285,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
|
|||||||
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
||||||
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
|
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
|
||||||
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
|
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
|
||||||
P 283bf0b64da7acc5aa5812fc659954965002d409 c32ce54ca46a4be4373983be6fd44b1f3a0250d1
|
P 50f336818c8509d8b8bde282e9399d2b2b5ea70a
|
||||||
R b8b4fb0f1a8beaad9f2b2c3f4237ea7b
|
R 960d1cfe6672a4659b85889f9d77d89d
|
||||||
U drh
|
U mistachkin
|
||||||
Z 5b9788fbc214053ba5053f4dafcfebef
|
Z 915f959f38ed01d6c5f7a7f0fd181c25
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
50f336818c8509d8b8bde282e9399d2b2b5ea70a
|
e49c291735e613e384f6da044ef865dd274cabc8
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
** This file contains code for a set of "printf"-like routines. These
|
** This file contains code for a set of "printf"-like routines. These
|
||||||
** routines format strings much like the printf() from the standard C
|
** routines format strings much like the printf() from the standard C
|
||||||
** library, though the implementation here has enhancements to support
|
** library, though the implementation here has enhancements to support
|
||||||
** SQLlite.
|
** SQLite.
|
||||||
*/
|
*/
|
||||||
#include "sqliteInt.h"
|
#include "sqliteInt.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user