List:Commits« Previous MessageNext Message »
From:mcbrown Date:October 24 2006 3:02pm
Subject:svn commit - mysqldoc@docsrva: r3720 - trunk/internals
View as plain text  
Author: mcbrown
Date: 2006-10-24 17:02:32 +0200 (Tue, 24 Oct 2006)
New Revision: 3720

Log:
Fixing some minor typos in the Internals manual



Modified:
   trunk/internals/client-server-protocol.xml
   trunk/internals/myisam.xml


Modified: trunk/internals/client-server-protocol.xml
===================================================================
--- trunk/internals/client-server-protocol.xml	2006-10-24 14:52:52 UTC (rev 3719)
+++ trunk/internals/client-server-protocol.xml	2006-10-24 15:02:32 UTC (rev 3720)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 614 bytes

@@ -1170,7 +1170,7 @@
 
     <para>
       Alternative terms: statement_handler_id is called "statement
-      handle" or "hstmt" everywhere but at MySQL. Prepraed statement
+      handle" or "hstmt" everywhere but at MySQL. Prepared statement
       initialization packet is also called "prepared statement init
       packet".
     </para>


Modified: trunk/internals/myisam.xml
===================================================================
--- trunk/internals/myisam.xml	2006-10-24 14:52:52 UTC (rev 3719)
+++ trunk/internals/myisam.xml	2006-10-24 15:02:32 UTC (rev 3720)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1241 bytes

@@ -1840,7 +1840,7 @@
       <para>
         Since the compressed data file should be usable for read-only
         purposes by the MySQL database management system, every record
-        starts on a byte boundary. Fore easier handling by the system,
+        starts on a byte boundary. For easier handling by the system,
         every record begins with a length information for the compressed
         record and a length information for the total size of all
         uncompressed blobs of this record. Both lengths are encoded in 1

@@ -1908,7 +1908,7 @@
       <para>
         While the header of the compressed data file contains a lot of
         information, there are still some things which need to be taken
-        fron the index file. These are the number of columns of the
+        from the index file. These are the number of columns of the
         table and the length of each column. The latter is required for
         columns with suppressed leading spaces or suppressed trailing
         spaces or zeros.


Thread
svn commit - mysqldoc@docsrva: r3720 - trunk/internalsmcbrown24 Oct