List:Commits« Previous MessageNext Message »
From:mhillyer Date:April 20 2006 9:18pm
Subject:svn commit - mysqldoc@docsrva: r1893 - in trunk: gui-common query-browser
View as plain text  
Author: mhillyer
Date: 2006-04-20 23:18:49 +0200 (Thu, 20 Apr 2006)
New Revision: 1893

Log:
Implement community feedback on Query Browser docs. (thanks Greg Kresko)

Modified:
   trunk/gui-common/chapter-options-connections.xml
   trunk/gui-common/chapter-options-editors.xml
   trunk/gui-common/chapter-table-editor.xml
   trunk/query-browser/query-browser.xml

Modified: trunk/gui-common/chapter-options-connections.xml
===================================================================
--- trunk/gui-common/chapter-options-connections.xml	2006-04-20 20:02:15 UTC (rev 1892)
+++ trunk/gui-common/chapter-options-connections.xml	2006-04-20 21:18:49 UTC (rev 1893)
@@ -175,9 +175,9 @@
       <listitem>
         <para>
           <literal>Ignore spaces after function names, make them
-          reserved words</literal>: Normally, any refereence to a
+          reserved words</literal>: Normally, any reference to a
           function name in an SQL statement must be followed immediately
-          by anopening parenthesis. If this option is checked, spaces
+          by an opening parenthesis. If this option is checked, spaces
           may appear between the function name and the parenthesis, like
           this:
 
@@ -213,7 +213,7 @@
           <literal>Enable LOAD DATA LOCAL handling</literal>: By
           default, the <literal>LOCAL</literal> option of the
           <literal>LOAD DATA</literal> statement is disabled for
-          security reasons. Enabling this option will allow to load data
+          security reasons. Enabling this option will allow you to load data
           from the local machine (the machine where the client GUI
           application is running). This option corresponds to starting a
           MySQL command-line tool with the

Modified: trunk/gui-common/chapter-options-editors.xml
===================================================================
--- trunk/gui-common/chapter-options-editors.xml	2006-04-20 20:02:15 UTC (rev 1892)
+++ trunk/gui-common/chapter-options-editors.xml	2006-04-20 21:18:49 UTC (rev 1893)
@@ -50,7 +50,7 @@
     <listitem>
       <para>
         <literal>Default storage engine</literal>: Sets the storage
-        engine to be assigned to newly created tables. this value is
+        engine to be assigned to newly created tables. This value is
         independent of the default storage engine of the MySQL server.
       </para>
     </listitem>

Modified: trunk/gui-common/chapter-table-editor.xml
===================================================================
--- trunk/gui-common/chapter-table-editor.xml	2006-04-20 20:02:15 UTC (rev 1892)
+++ trunk/gui-common/chapter-table-editor.xml	2006-04-20 21:18:49 UTC (rev 1893)
@@ -143,7 +143,7 @@
       <para>
         To change the name, data type, default value, or comment of a
         column, double-click on the value you wish to change. The value
-        becomes editable and you can the complete your changes by
+        becomes editable and you can complete your changes by
         pressing the <keycap>Enter</keycap> key.
       </para>
 

Modified: trunk/query-browser/query-browser.xml
===================================================================
--- trunk/query-browser/query-browser.xml	2006-04-20 20:02:15 UTC (rev 1892)
+++ trunk/query-browser/query-browser.xml	2006-04-20 21:18:49 UTC (rev 1893)
@@ -1691,7 +1691,7 @@
 
       <para>
         NULL data will be indicated with a special
-        <literal>NULL</literal> icon to differenciate NULL data from
+        <literal>NULL</literal> icon to differentiate NULL data from
         empty strings. BLOB fields will be empty and will have a special
         <literal>BLOB</literal> icon.
       </para>

Thread
svn commit - mysqldoc@docsrva: r1893 - in trunk: gui-common query-browsermhillyer20 Apr