]> granicus.if.org Git - php/commitdiff
Typo fix: recieved to received
authorCarson McDonald <carson@ioncannon.net>
Thu, 7 Mar 2013 13:43:54 +0000 (08:43 -0500)
committerDavid Soria Parra <dsp@php.net>
Thu, 7 Mar 2013 22:05:05 +0000 (23:05 +0100)
ext/oci8/php_oci8_int.h
ext/standard/tests/array/uasort_variation9.phpt
main/network.c

index d8d7d0f47a1b908552ce8641c8237f8f432f812d..155e57d2cd1a0b5f5fcdf81c666cd2534192afd4 100644 (file)
@@ -191,7 +191,7 @@ typedef struct { /* php_oci_statement {{{ */
        sword                            errcode;                               /* last errcode*/
        OCIError                        *err;                                   /* private error handle */
        OCIStmt                         *stmt;                                  /* statement handle */
-       char                            *last_query;                    /* last query issued. also used to determine if this is a statement or a refcursor recieved from Oracle */
+       char                            *last_query;                    /* last query issued. also used to determine if this is a statement or a refcursor received from Oracle */
        long                             last_query_len;                /* last query length */
        HashTable                       *columns;                               /* hash containing all the result columns */
        HashTable                       *binds;                                 /* binds hash */
index 486042e5e7e35e28ab9580431e05cdbfdb151efb..85578b020707f6f914a9ac4f7a6a8085466cdd40 100644 (file)
@@ -14,7 +14,7 @@ echo "*** Testing uasort() : 'cmp_function' with reference arguments ***\n";
 
 // comparison function
 /* Prototype : int cmp(mixed &$value1, mixed &$value2)
- * Parameters : $value1 and $value2 - values recieved by reference 
+ * Parameters : $value1 and $value2 - values received by reference 
  * Return value : 0 - if both values are same
  *                1 - if value1 is greater than value2
  *               -1 - if value1 is less than value2
index 88e166311a8b50b78b854b8a1883dd467abfb12c..5c0404b239aaec7d8f59e9b70cf1a96ac1b986ca 100644 (file)
@@ -872,7 +872,7 @@ skip_bind:
                                        efree(local_address);
                                }
                        }
-                       /* free error string recieved during previous iteration (if any) */
+                       /* free error string received during previous iteration (if any) */
                        if (error_string && *error_string) {
                                efree(*error_string);
                                *error_string = NULL;