List:Commits« Previous MessageNext Message »
From:mcbrown Date:January 4 2007 10:52am
Subject:svn commit - mysqldoc@docsrva: r4379 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-common
View as plain text  
Author: mcbrown
Date: 2007-01-04 11:52:02 +0100 (Thu, 04 Jan 2007)
New Revision: 4379

Log:
Fixing a few minor typos



Modified:
   trunk/refman-4.1/using-mysql-programs.xml
   trunk/refman-5.0/using-mysql-programs.xml
   trunk/refman-5.1/news-5.1.xml
   trunk/refman-5.1/using-mysql-programs.xml
   trunk/refman-common/news-connector-j.xml


Modified: trunk/refman-4.1/using-mysql-programs.xml
===================================================================
--- trunk/refman-4.1/using-mysql-programs.xml	2007-01-04 10:31:40 UTC (rev 4378)
+++ trunk/refman-4.1/using-mysql-programs.xml	2007-01-04 10:52:02 UTC (rev 4379)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 644 bytes

@@ -1498,7 +1498,7 @@
         a multiplier of 1024, 1024<superscript>2</superscript> or
         1024<superscript>3</superscript>. (For example, when used to set
         <literal>max_allowed_packet</literal>, the suffixes indicate
-        units of kilobytes, megabytes, or gigabygtes.)
+        units of kilobytes, megabytes, or gigabytes.)
       </para>
 
       <para>


Modified: trunk/refman-5.0/using-mysql-programs.xml
===================================================================
--- trunk/refman-5.0/using-mysql-programs.xml	2007-01-04 10:31:40 UTC (rev 4378)
+++ trunk/refman-5.0/using-mysql-programs.xml	2007-01-04 10:52:02 UTC (rev 4379)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 644 bytes

@@ -1533,7 +1533,7 @@
         a multiplier of 1024, 1024<superscript>2</superscript> or
         1024<superscript>3</superscript>. (For example, when used to set
         <literal>max_allowed_packet</literal>, the suffixes indicate
-        units of kilobytes, megabytes, or gigabygtes.)
+        units of kilobytes, megabytes, or gigabytes.)
       </para>
 
       <para>


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-01-04 10:31:40 UTC (rev 4378)
+++ trunk/refman-5.1/news-5.1.xml	2007-01-04 10:52:02 UTC (rev 4379)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 623 bytes

@@ -4082,7 +4082,7 @@
           <quote>skip</quote> executions. For example, an event defined
           with <literal>EVERY 1 SECOND</literal> &mdash; but which
           required longer than 1 second to complete &mdash; might be
-          excuted only once every 2 seconds. (Bug #16417)
+          executed only once every 2 seconds. (Bug #16417)
         </para>
       </listitem>
 


Modified: trunk/refman-5.1/using-mysql-programs.xml
===================================================================
--- trunk/refman-5.1/using-mysql-programs.xml	2007-01-04 10:31:40 UTC (rev 4378)
+++ trunk/refman-5.1/using-mysql-programs.xml	2007-01-04 10:52:02 UTC (rev 4379)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 644 bytes

@@ -1529,7 +1529,7 @@
         a multiplier of 1024, 1024<superscript>2</superscript> or
         1024<superscript>3</superscript>. (For example, when used to set
         <literal>max_allowed_packet</literal>, the suffixes indicate
-        units of kilobytes, megabytes, or gigabygtes.)
+        units of kilobytes, megabytes, or gigabytes.)
       </para>
 
       <para>


Modified: trunk/refman-common/news-connector-j.xml
===================================================================
--- trunk/refman-common/news-connector-j.xml	2007-01-04 10:31:40 UTC (rev 4378)
+++ trunk/refman-common/news-connector-j.xml	2007-01-04 10:52:02 UTC (rev 4379)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 616 bytes

@@ -678,7 +678,7 @@
         <listitem>
           <para>
             Removed logger autodectection altogether, must now specify
-            logger explitly if you want to use a logger other than one
+            logger explicitly if you want to use a logger other than one
             that logs to STDERR.
           </para>
         </listitem>


Thread
svn commit - mysqldoc@docsrva: r4379 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-commonmcbrown4 Jan