summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8_int.h
diff options
context:
space:
mode:
authorCarson McDonald <carson@ioncannon.net>2013-03-07 08:43:54 -0500
committerDavid Soria Parra <dsp@php.net>2013-03-07 23:05:05 +0100
commit0c11cab919d84bbd9af0472e99263ce7fbef8c32 (patch)
tree9990d9ae424df10c6b025a28e50c5b7065f8ef28 /ext/oci8/php_oci8_int.h
parente98271f588e60e8dbe29c964357a7022e78db696 (diff)
downloadphp-git-0c11cab919d84bbd9af0472e99263ce7fbef8c32.tar.gz
Typo fix: recieved to received
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
-rw-r--r--ext/oci8/php_oci8_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h
index d8d7d0f47a..155e57d2cd 100644
--- a/ext/oci8/php_oci8_int.h
+++ b/ext/oci8/php_oci8_int.h
@@ -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 */