1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Fix spelling typo.

FossilOrigin-Name: 6131a0002fea5d6f3b416a63a466bf2b69d1e12d
This commit is contained in:
mistachkin
2012-06-21 15:12:30 +00:00
parent f1c6bc5cd3
commit 20b1ff0760
3 changed files with 8 additions and 8 deletions

View File

@@ -168,7 +168,7 @@
+ defined(SQLITE_ZERO_MALLOC) \
+ defined(SQLITE_MEMDEBUG)>1
# error "Two or more of the following compile-time configuration options\
are defined but at most one is allows:\
are defined but at most one is allowed:\
SQLITE_SYSTEM_MALLOC, SQLITE_WIN32_MALLOC, SQLITE_MEMDEBUG,\
SQLITE_ZERO_MALLOC"
#endif