[svn:dbd-oracle] r15284 - dbd-oracle/trunk

[email protected] Sun, 22 Apr 2012 04:12:22 -0700 (PDT)
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
Author: mjevans
Date: Sun Apr 22 04:12:22 2012
New Revision: 15284

Modified:
   dbd-oracle/trunk/oci8.c

Log:
typo in comment


Modified: dbd-oracle/trunk/oci8.c
==============================================================================
--- dbd-oracle/trunk/oci8.c	(original)
+++ dbd-oracle/trunk/oci8.c	Sun Apr 22 04:12:22 2012
@@ -3985,7 +3985,7 @@
 
 			OCIStmtFetch_log_stat(imp_sth, imp_sth->stmhp, imp_sth->errhp,1, imp_sth->fetch_orient,imp_sth->fetch_offset, status);
 				/*this will work without a round trip so might as well open it up for all statments handles*/
-				/* defualt and OCI_FETCH_NEXT are the same so this avoids miscaluation on the next value*/
+				/* default and OCI_FETCH_NEXT are the same so this avoids miscaluation on the next value*/
 			OCIAttrGet_stmhp_stat(imp_sth, &imp_sth->fetch_position, 0, OCI_ATTR_CURRENT_POSITION, status);
 
 			if (DBIc_DBISTATE(imp_sth)->debug >= 4 || dbd_verbose >= 4 )