Commit:    bb64106f64d862102c7aad40f10a3bcdc89475d2
Author:    Veres Lajos <vla...@gmail.com>         Sun, 7 Jul 2013 22:40:16 +0100
Committer: Stanislav Malyshev <s...@php.net>      Mon, 15 Jul 2013 00:20:49 
-0700
Parents:   2bad01e61ba2677e1e8303f9b56574ebb7ba3f00
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=bb64106f64d862102c7aad40f10a3bcdc89475d2

Log:
typos (orig)

Changed paths:
  M  ext/sqlite3/libsqlite/sqlite3.c


Diff:
diff --git a/ext/sqlite3/libsqlite/sqlite3.c b/ext/sqlite3/libsqlite/sqlite3.c
index 655b4cf..c3d3408 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.


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to