From: Maxim Maletsky Date: Fri, 15 Nov 2002 02:05:06 +0000 (+0000) Subject: todo typo X-Git-Tag: BEFORE_RENAMING~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05f07d2ebaf9452a6c143906d8e9c06fc740e975;p=php todo typo --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 4b2a904f69..898878cd32 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -47,7 +47,7 @@ * - delay OCIInitialize() as far as we can. * - add PHP Array <-> OCICollection conversion * - add Collection iterator object for INDEX BY tables - * - make auto-rollabck only happen if we have an outstanding transaction + * - make auto-rollaback only happen if we have an outstanding transaction * - implement ocidisconnect */