List:Commits« Previous MessageNext Message »
From:paul Date:May 25 2007 8:24pm
Subject:svn commit - mysqldoc@docsrva: r6580 - in trunk: . dicts mysqltest
View as plain text  
Author: paul
Date: 2007-05-25 22:24:16 +0200 (Fri, 25 May 2007)
New Revision: 6580

Log:
 r20636@frost:  paul | 2007-05-25 22:23:40 +0200
 Fix typos.


Modified:
   trunk/dicts/en.additional
   trunk/mysqltest/command-reference.xml
   trunk/mysqltest/unit-test.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:25213
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20629
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:25213
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20636
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229


Modified: trunk/dicts/en.additional
===================================================================
--- trunk/dicts/en.additional	2007-05-25 20:10:35 UTC (rev 6579)
+++ trunk/dicts/en.additional	2007-05-25 20:24:16 UTC (rev 6580)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 293 bytes

@@ -141,3 +141,4 @@
 copying
 counterintuitive
 created
+whitespace


Modified: trunk/mysqltest/command-reference.xml
===================================================================
--- trunk/mysqltest/command-reference.xml	2007-05-25 20:10:35 UTC (rev 6579)
+++ trunk/mysqltest/command-reference.xml	2007-05-25 20:24:16 UTC (rev 6580)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 3; 1475 bytes

@@ -394,7 +394,7 @@
           Open a connection to the server and make the connection the
           current connection. (Syntax oddities: There must be whitespace
           between <command>connect</command> and the opening
-          parenthesis, and no whitepace after the opening parenthesis.)
+          parenthesis, and no whitespace after the opening parenthesis.)
         </para>
 
         <para>

@@ -907,7 +907,7 @@
         <para>
           If a statement fails with an error that has not been specified
           as expected by means of a <literal>error</literal> command,
-          <command>mysqltest</command> aborts and reports theh error
+          <command>mysqltest</command> aborts and reports the error
           message returned by the MySQL server.
         </para>
 

@@ -1458,7 +1458,7 @@
           header row and to the data rows.
           <literal>replace_result</literal> applies to the column header
           row, the data rows, <emphasis>and</emphasis> to the SQL
-          statement that generates the query output. {Perhaps
+          statement that generates the query output. (Perhaps
           <literal>replace_regex</literal> also should apply to the
           query)
         </remark>


Modified: trunk/mysqltest/unit-test.xml
===================================================================
--- trunk/mysqltest/unit-test.xml	2007-05-25 20:10:35 UTC (rev 6579)
+++ trunk/mysqltest/unit-test.xml	2007-05-25 20:24:16 UTC (rev 6580)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 584 bytes

@@ -36,7 +36,7 @@
 
   <para>
     Example unit tests can be found in the
-    <filename>unitttest/examples</filename> directory of a MySQL source
+    <filename>unittest/examples</filename> directory of a MySQL source
     distribution. The code for the MyTAP protocol is located in the
     <filename>unittest/mytap</filename> directory.
   </para>


Thread
svn commit - mysqldoc@docsrva: r6580 - in trunk: . dicts mysqltestpaul25 May