List:Commits« Previous MessageNext Message »
From:jwinstead Date:March 27 2007 6:22pm
Subject:Connector/ODBC 3.51 commit: r263 - trunk
View as plain text  
Modified:
   trunk/ChangeLog
Log:
Fix typo


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-03-26 21:02:37 UTC (rev 262)
+++ trunk/ChangeLog	2007-03-27 18:22:32 UTC (rev 263)
@@ -32,7 +32,7 @@
   * SQL_ATTR_CONNECTION_TIMEOUT was inappropriately mapped to
     MYSQL_OPT_CONNECT_TIMEOUT. (Bug #19823)
   * Prepared statements using the embedded MySQL server would fail
-    due to an unitialized variable. (Bug #16535)
+    due to an uninitialized variable. (Bug #16535)
   * Fix positioned update and delete on statements derived from one
     table with no primary key but including all columns (Bug #22796)
   * Only initialize the ODBC version when the old-style SQLAllocEnv()

Thread
Connector/ODBC 3.51 commit: r263 - trunkjwinstead27 Mar