From: Maxim Maletsky Date: Sat, 19 Oct 2002 16:11:16 +0000 (+0000) Subject: a silly comment typo X-Git-Tag: php-4.3.0pre2~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd04def23b864e1b69342b9303debe5e9459949a;p=php a silly comment typo --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 6ef0f2cac1..616b6e4112 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -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);