From cd9b49566329a48a4d835a6010e02252e4880a6a Mon Sep 17 00:00:00 2001 From: Maxim Maletsky Date: Fri, 15 Nov 2002 02:06:11 +0000 Subject: [PATCH] I mean - todo typo :) --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 898878cd32..ce94ae2918 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-rollaback only happen if we have an outstanding transaction + * - make auto-rollback only happen if we have an outstanding transaction * - implement ocidisconnect */ -- 2.50.1