diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-07-07 22:40:16 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-07-15 00:20:49 -0700 |
commit | bb64106f64d862102c7aad40f10a3bcdc89475d2 (patch) | |
tree | d9bda27f626384619d02ad43f34509f472407675 /ext | |
parent | 2bad01e61ba2677e1e8303f9b56574ebb7ba3f00 (diff) | |
download | php-git-bb64106f64d862102c7aad40f10a3bcdc89475d2.tar.gz |
typos (orig)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/sqlite3/libsqlite/sqlite3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite3/libsqlite/sqlite3.c b/ext/sqlite3/libsqlite/sqlite3.c index 655b4cf4dc..c3d3408e19 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. |