diff options
author | peter.d.reid <peter.d.reid@noemail.net> | 2014-09-06 16:39:46 +0000 |
---|---|---|
committer | peter.d.reid <peter.d.reid@noemail.net> | 2014-09-06 16:39:46 +0000 |
commit | 60ec914c74ec79e4b73c004d1c21330be7916c99 (patch) | |
tree | 161a67068bbeecedccf7a6bb0e0f82ea2d86a6d2 /src/callback.c | |
parent | 60da72741ab642bd590480a397dead6a581000d3 (diff) | |
download | sqlite-60ec914c74ec79e4b73c004d1c21330be7916c99.tar.gz sqlite-60ec914c74ec79e4b73c004d1c21330be7916c99.zip |
Fix typos in comments. No code changes.
FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
Diffstat (limited to 'src/callback.c')
-rw-r--r-- | src/callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callback.c b/src/callback.c index 63090899f..cd213b4b2 100644 --- a/src/callback.c +++ b/src/callback.c @@ -142,7 +142,7 @@ int sqlite3CheckCollSeq(Parse *pParse, CollSeq *pColl){ ** ** Each pointer stored in the sqlite3.aCollSeq hash table contains an ** array of three CollSeq structures. The first is the collation sequence -** prefferred for UTF-8, the second UTF-16le, and the third UTF-16be. +** preferred for UTF-8, the second UTF-16le, and the third UTF-16be. ** ** Stored immediately after the three collation sequences is a copy of ** the collation sequence name. A pointer to this string is stored in |