List:Commits« Previous MessageNext Message »
From:mcbrown Date:November 23 2006 2:23pm
Subject:svn commit - mysqldoc@docsrva: r4023 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: mcbrown
Date: 2006-11-23 15:23:08 +0100 (Thu, 23 Nov 2006)
New Revision: 4023

Log:
Fixing two typos: 

- Misspelling of coordinates
- Upgrading weas marked as to 5.0, not 5.1



Modified:
   trunk/refman-4.1/replication.xml
   trunk/refman-5.0/replication.xml
   trunk/refman-5.1/replication.xml


Modified: trunk/refman-4.1/replication.xml
===================================================================
--- trunk/refman-4.1/replication.xml	2006-11-22 23:56:45 UTC (rev 4022)
+++ trunk/refman-4.1/replication.xml	2006-11-23 14:23:08 UTC (rev 4023)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 543 bytes

@@ -4351,7 +4351,7 @@
 </programlisting>
 
         <para>
-          Record the replication cooredinates (the log filename and
+          Record the replication coordinates (the log filename and
           offset) from the output of the <literal>SHOW</literal>
           statement.
         </para>


Modified: trunk/refman-5.0/replication.xml
===================================================================
--- trunk/refman-5.0/replication.xml	2006-11-22 23:56:45 UTC (rev 4022)
+++ trunk/refman-5.0/replication.xml	2006-11-23 14:23:08 UTC (rev 4023)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 543 bytes

@@ -4340,7 +4340,7 @@
 </programlisting>
 
         <para>
-          Record the replication cooredinates (the log filename and
+          Record the replication coordinates (the log filename and
           offset) from the output of the <literal>SHOW</literal>
           statement.
         </para>


Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml	2006-11-22 23:56:45 UTC (rev 4022)
+++ trunk/refman-5.1/replication.xml	2006-11-23 14:23:08 UTC (rev 4023)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 899 bytes

@@ -1709,9 +1709,9 @@
       and the version to which you are upgrading.
     </para>
 
-    <section id="replication-upgrade-5-0">
+    <section id="replication-upgrade-5-1">
 
-      <title>Upgrading Replication to 5.0</title>
+      <title>Upgrading Replication to 5.1</title>
 
       <para>
         This section applies to upgrading replication from MySQL 3.23,

@@ -4639,7 +4639,7 @@
 </programlisting>
 
         <para>
-          Record the replication cooredinates (the log filename and
+          Record the replication coordinates (the log filename and
           offset) from the output of the <literal>SHOW</literal>
           statement.
         </para>


Thread
svn commit - mysqldoc@docsrva: r4023 - in trunk: refman-4.1 refman-5.0 refman-5.1mcbrown23 Nov