List:Commits« Previous MessageNext Message »
From:mcbrown Date:August 23 2006 8:11pm
Subject:svn commit - mysqldoc@docsrva: r3091 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: mcbrown
Date: 2006-08-23 22:11:03 +0200 (Wed, 23 Aug 2006)
New Revision: 3091

Log:
Fixing small typo (Thanks Peter!)



Modified:
   trunk/refman-4.1/sql-syntax.xml
   trunk/refman-5.0/sql-syntax.xml
   trunk/refman-5.1/sql-syntax.xml


Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml	2006-08-23 18:00:19 UTC (rev 3090)
+++ trunk/refman-4.1/sql-syntax.xml	2006-08-23 20:11:03 UTC (rev 3091)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 701 bytes

@@ -9266,7 +9266,7 @@
             statement does not abort even if errors occur during the
             update. Rows for which duplicate-key conflicts occur are not
             updated. Rows for which columns are updated to values that
-            would cause data conversion errors are updated to the closet
+            would cause data conversion errors are updated to the closest
             valid values instead.
           </para>
         </listitem>


Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2006-08-23 18:00:19 UTC (rev 3090)
+++ trunk/refman-5.0/sql-syntax.xml	2006-08-23 20:11:03 UTC (rev 3091)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 701 bytes

@@ -9932,7 +9932,7 @@
             statement does not abort even if errors occur during the
             update. Rows for which duplicate-key conflicts occur are not
             updated. Rows for which columns are updated to values that
-            would cause data conversion errors are updated to the closet
+            would cause data conversion errors are updated to the closest
             valid values instead.
           </para>
         </listitem>


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2006-08-23 18:00:19 UTC (rev 3090)
+++ trunk/refman-5.1/sql-syntax.xml	2006-08-23 20:11:03 UTC (rev 3091)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 703 bytes

@@ -11274,7 +11274,7 @@
             statement does not abort even if errors occur during the
             update. Rows for which duplicate-key conflicts occur are not
             updated. Rows for which columns are updated to values that
-            would cause data conversion errors are updated to the closet
+            would cause data conversion errors are updated to the closest
             valid values instead.
           </para>
         </listitem>


Thread
svn commit - mysqldoc@docsrva: r3091 - in trunk: refman-4.1 refman-5.0 refman-5.1mcbrown23 Aug