summaryrefslogtreecommitdiff
path: root/ext/oci8
diff options
context:
space:
mode:
authorMaxim Maletsky <maxim@php.net>2002-11-15 02:06:11 +0000
committerMaxim Maletsky <maxim@php.net>2002-11-15 02:06:11 +0000
commitcd9b49566329a48a4d835a6010e02252e4880a6a (patch)
treef0b4922c54d1f87c7cc4ca71cae61cd089497280 /ext/oci8
parent05f07d2ebaf9452a6c143906d8e9c06fc740e975 (diff)
downloadphp-git-cd9b49566329a48a4d835a6010e02252e4880a6a.tar.gz
I mean - todo typo :)
Diffstat (limited to 'ext/oci8')
-rw-r--r--ext/oci8/oci8.c2
1 files changed, 1 insertions, 1 deletions
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
*/