]> granicus.if.org Git - php/commitdiff
a silly comment typo
authorMaxim Maletsky <maxim@php.net>
Sat, 19 Oct 2002 16:11:16 +0000 (16:11 +0000)
committerMaxim Maletsky <maxim@php.net>
Sat, 19 Oct 2002 16:11:16 +0000 (16:11 +0000)
ext/oci8/oci8.c

index 6ef0f2cac157abf1d462aa3bdb76a12a78a061fa..616b6e4112da33fdd636c95667d1bd5d06374547 100644 (file)
@@ -1767,7 +1767,7 @@ oci_fetch(oci_statement *statement, ub4 nrows, char *func TSRMLS_DC)
 
        if ((statement->error == OCI_NO_DATA) || (nrows == 0)) {
                if (statement->last_query == 0) {
-                       /* reset define-list for refcursosrs */
+                       /* reset define-list for refcursors */
                        if (statement->columns) {
                                zend_hash_destroy(statement->columns);
                                efree(statement->columns);