diff options
author | Carson McDonald <carson@ioncannon.net> | 2013-03-07 08:43:54 -0500 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2013-03-07 23:05:05 +0100 |
commit | 0c11cab919d84bbd9af0472e99263ce7fbef8c32 (patch) | |
tree | 9990d9ae424df10c6b025a28e50c5b7065f8ef28 /ext/oci8/php_oci8_int.h | |
parent | e98271f588e60e8dbe29c964357a7022e78db696 (diff) | |
download | php-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.h | 2 |
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 */ |