1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix harmless typos in comments.

FossilOrigin-Name: 94c564da4c2cf5dffe58fdf7a180e9ba4cc3de69
This commit is contained in:
drh
2014-11-07 13:24:29 +00:00
parent 6137138ded
commit 86a11b8a6a
5 changed files with 16 additions and 16 deletions

View File

@@ -237,8 +237,8 @@ const Token sqlite3IntTokens[] = {
**
** IMPORTANT: Changing the pending byte to any value other than
** 0x40000000 results in an incompatible database file format!
** Changing the pending byte during operating results in undefined
** and dileterious behavior.
** Changing the pending byte during operation will result in undefined
** and incorrect behavior.
*/
#ifndef SQLITE_OMIT_WSD
int sqlite3PendingByte = 0x40000000;