summaryrefslogtreecommitdiff
path: root/ext/sqlite3/libsqlite/sqlite3.c
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2013-07-07 22:40:16 +0100
committerStanislav Malyshev <stas@php.net>2013-07-15 00:19:32 -0700
commit6c4af15d6c87f43ff3902e51e4ad79aa55e60d49 (patch)
tree397fe32ad6a3bb3ebc481fe858dc632ba3159d7c /ext/sqlite3/libsqlite/sqlite3.c
parent2c8a4af892151f9991345e57d67f27b19b9ff6ef (diff)
downloadphp-git-6c4af15d6c87f43ff3902e51e4ad79aa55e60d49.tar.gz
typos (orig)
Diffstat (limited to 'ext/sqlite3/libsqlite/sqlite3.c')
-rw-r--r--ext/sqlite3/libsqlite/sqlite3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite3/libsqlite/sqlite3.c b/ext/sqlite3/libsqlite/sqlite3.c
index 784be51344..9c882c98c4 100644
--- a/ext/sqlite3/libsqlite/sqlite3.c
+++ b/ext/sqlite3/libsqlite/sqlite3.c
@@ -118508,7 +118508,7 @@ static int star_oh(const char *z){
/*
** If the word ends with zFrom and xCond() is true for the stem
-** of the word that preceds the zFrom ending, then change the
+** of the word that precede the zFrom ending, then change the
** ending to zTo.
**
** The input word *pz and zFrom are both in reverse order. zTo
@@ -127688,7 +127688,7 @@ SQLITE_API int sqlite3_extension_init(
** * Implementations of the SQL scalar upper() and lower() functions
** for case mapping.
**
-** * Integration of ICU and SQLite collation seqences.
+** * Integration of ICU and SQLite collation sequences.
**
** * An implementation of the LIKE operator that uses ICU to
** provide case-independent matching.