1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Fix typo in comment. No changes to code.

FossilOrigin-Name: e49c291735e613e384f6da044ef865dd274cabc8
This commit is contained in:
mistachkin
2015-06-08 17:42:57 +00:00
parent 6dcb2dbaf6
commit f5b5f9b972
3 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
** This file contains code for a set of "printf"-like routines. These
** routines format strings much like the printf() from the standard C
** library, though the implementation here has enhancements to support
** SQLlite.
** SQLite.
*/
#include "sqliteInt.h"