List:Commits« Previous MessageNext Message »
From:jwinstead Date:May 3 2007 10:27pm
Subject:Connector/ODBC 3.51 commit: r401 - trunk/driver
View as plain text  
Modified:
   trunk/driver/cursor.c
Log:
Fix typo in comment (thanks to Jess)


Modified: trunk/driver/cursor.c
===================================================================
--- trunk/driver/cursor.c	2007-05-03 19:57:47 UTC (rev 400)
+++ trunk/driver/cursor.c	2007-05-03 20:27:53 UTC (rev 401)
@@ -298,7 +298,7 @@
         return set_error(stmt,MYERR_01S04,NULL,0);
 
     /*
-      This conly comes from SQLExecute(), not SQLSetPos() or
+      This only comes from SQLExecute(), not SQLSetPos() or
       SQLBulkOperations(), so we don't have to worry about the row status
       set by SQLExtendedFetch().
     */

Thread
Connector/ODBC 3.51 commit: r401 - trunk/driverjwinstead3 May