]> granicus.if.org Git - php/commitdiff
typos (orig)
authorVeres Lajos <vlajos@gmail.com>
Sun, 7 Jul 2013 21:40:16 +0000 (22:40 +0100)
committerStanislav Malyshev <stas@php.net>
Mon, 15 Jul 2013 07:18:32 +0000 (00:18 -0700)
Zend/zend_generators.c
ext/sqlite3/libsqlite/sqlite3.c

index 4b22eb242e0eed8b4728dc6ca0faa6e534253ce3..1a805bbd6d61cd4b985c6eb9c49632de56c9d156 100644 (file)
@@ -55,7 +55,7 @@ ZEND_API void zend_generator_close(zend_generator *generator, zend_bool finished
                        zval_ptr_dtor(&execute_data->current_this);
                }
 
-               /* A fatal error / die occured during the generator execution. Trying to clean
+               /* A fatal error / die occurred during the generator execution. Trying to clean
                 * up the stack may not be safe in this case. */
                if (CG(unclean_shutdown)) {
                        return;
index 784be51344b17de981151fa5cda4cbd6c4c1f8ff..9c882c98c48120a661d6c281f8d45a9549f0bed1 100644 (file)
@@ -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.