[svn:dbd-oracle] r15253 - dbd-oracle/trunk
[email protected] Fri, 30 Mar 2012 06:45:22 -0700 (PDT)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: mjevans
Date: Fri Mar 30 06:45:22 2012
New Revision: 15253
Modified:
dbd-oracle/trunk/oci8.c
Log:
small spelling mistake in error
Modified: dbd-oracle/trunk/oci8.c
==============================================================================
--- dbd-oracle/trunk/oci8.c (original)
+++ dbd-oracle/trunk/oci8.c Fri Mar 30 06:45:22 2012
@@ -3978,7 +3978,7 @@
if (DBIc_DBISTATE(imp_sth)->debug >= 4 || dbd_verbose >= 4 )
PerlIO_printf(
DBIc_LOGPIO(imp_sth),
- " Scrolling Fetch, postion before fetch=%d, "
+ " Scrolling Fetch, position before fetch=%d, "
"Orientation = %s , Fetchoffset =%d\n",
imp_sth->fetch_position, oci_fetch_options(imp_sth->fetch_orient),
imp_sth->fetch_offset);