List:Commits« Previous MessageNext Message »
From:mcbrown Date:February 27 2007 3:27pm
Subject:svn commit - mysqldoc@docsrva: r5083 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-02-27 15:27:15 +0100 (Tue, 27 Feb 2007)
New Revision: 5083

Log:
Minor typo fix



Modified:
   trunk/refman-common/news-connector-j.xml


Modified: trunk/refman-common/news-connector-j.xml
===================================================================
--- trunk/refman-common/news-connector-j.xml	2007-02-27 14:23:04 UTC (rev 5082)
+++ trunk/refman-common/news-connector-j.xml	2007-02-27 14:27:15 UTC (rev 5083)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 3; 1427 bytes

@@ -107,7 +107,7 @@
           <para>
             Client-side prepared statement parser gets confused by
             in-line comments <literal>/*...*/</literal> and therefore
-            cannot rewrite batch statements or reliabily detect the type
+            cannot rewrite batch statements or reliably detect the type
             of statements when they are used. (Bug #25025)
           </para>
         </listitem>

@@ -149,7 +149,7 @@
 
         <listitem>
           <para>
-            A query execution which timed out did not always thow a
+            A query execution which timed out did not always throw a
             <literal>MySQLTimeoutException</literal>. (Bug #25836)
           </para>
         </listitem>

@@ -212,7 +212,7 @@
             <literal>DatabaseMetaData</literal> when using
             <literal>INFORMATION_SCHEMA</literal> didn't have references
             to current connections, sometimes leading to
-            <literal>NullPointerExceptions</literal> when intropsecting
+            Null Pointer Exceptions (NPEs) when introspecting
             them via <literal>ResultSetMetaData</literal>.
           </para>
         </listitem>


Thread
svn commit - mysqldoc@docsrva: r5083 - trunk/refman-commonmcbrown27 Feb