List:Commits« Previous MessageNext Message »
From:plavin Date:June 5 2007 2:32pm
Subject:svn commit - mysqldoc@docsrva: r6654 - in trunk: dicts gui-common migration-toolkit
View as plain text  
Author: plavin
Date: 2007-06-05 16:32:04 +0200 (Tue, 05 Jun 2007)
New Revision: 6654

Log:
Run spell check, add to the custom dictionary


Modified:
   trunk/dicts/en.additional
   trunk/dicts/en.terms
   trunk/gui-common/chapter-grt-shell.xml
   trunk/migration-toolkit/extending.xml


Modified: trunk/dicts/en.additional
===================================================================
--- trunk/dicts/en.additional	2007-06-05 14:04:41 UTC (rev 6653)
+++ trunk/dicts/en.additional	2007-06-05 14:32:04 UTC (rev 6654)
Changed blocks: 1, Lines Added: 41, Lines Deleted: 0; 678 bytes

@@ -839,3 +839,44 @@
 toolbars
 triggers
 user-defined
+Granting
+Mapping
+Mappings
+Patterns
+Preparing
+addressed
+attaching
+calls
+chapters
+checkpoint
+checkpoints
+collects
+completing
+converts
+customizable
+customized
+decreased
+defaults
+defines
+developing
+dictates
+don't
+earlier
+engineered
+engineers
+improves
+inserting
+invokes
+loops
+mapping
+migrates
+recommends
+reloaded
+residing
+retrieves
+reverse-engineering
+reviews
+routed
+scripted
+transfers
+transformations


Modified: trunk/dicts/en.terms
===================================================================
--- trunk/dicts/en.terms	2007-06-05 14:04:41 UTC (rev 6653)
+++ trunk/dicts/en.terms	2007-06-05 14:32:04 UTC (rev 6654)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 281 bytes

@@ -168,3 +168,8 @@
 dll
 exe
 struct
+JDBC
+NT
+Sybase
+RDBMS
+docs@mysql


Modified: trunk/gui-common/chapter-grt-shell.xml
===================================================================
--- trunk/gui-common/chapter-grt-shell.xml	2007-06-05 14:04:41 UTC (rev 6653)
+++ trunk/gui-common/chapter-grt-shell.xml	2007-06-05 14:32:04 UTC (rev 6654)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 642 bytes

@@ -37,7 +37,7 @@
 
     <para>
       The preferred development language is <literal>Lua</literal>, a
-      light-weight scripting language expressly designed for extending
+      lightweight scripting language expressly designed for extending
       applications. For more information about this language see
       <ulink url="http://www.lua.org/">lua.org</ulink>.
     </para>


Modified: trunk/migration-toolkit/extending.xml
===================================================================
--- trunk/migration-toolkit/extending.xml	2007-06-05 14:04:41 UTC (rev 6653)
+++ trunk/migration-toolkit/extending.xml	2007-06-05 14:32:04 UTC (rev 6654)
Changed blocks: 5, Lines Added: 5, Lines Deleted: 6; 2119 bytes

@@ -52,7 +52,7 @@
     </para>
 
     <para>
-      Reverse engineering modules retreive the schema information from
+      Reverse engineering modules retrieve the schema information from
       the source database and return GRT objects that describe the
       schema. Reverse engineering modules will have a name similar to
       <literal>ReverseEngineeringAccess</literal>.

@@ -76,7 +76,7 @@
 
     <para>
       All modules are derived from base classes whose methods can be
-      re-written to match the new source database.
+      rewritten to match the new source database.
     </para>
 
   </section>

@@ -116,8 +116,7 @@
           The &migration_toolkit; calls the
           <literal>getSchemata</literal> method of the reverse
           engineering module. The <literal>getSchemata</literal> method
-          returns a list of the schemas available on the source RDBMS
-          for the user to choose from.
+          returns a list of the schemata available on the source RDBMS.
         </para>
       </listitem>
 

@@ -160,7 +159,7 @@
       <listitem>
         <para>
           After the MySQL GRT objects have been created, the
-          &migration_toolkit; calls the transformation moldule to
+          &migration_toolkit; calls the transformation module to
           convert the MySQL GRT objects into SQL statements that will
           create the objects on the target MySQL server. The
           &migration_toolkit; then either executes the SQL statements on

@@ -192,7 +191,7 @@
 
     <para>
       The MySQL AB GUI Team uses Eclipse for development of the
-      &migration_toolkit; modules and recommends Elcipse for use when
+      &migration_toolkit; modules and recommends Eclipse for use when
       developing modules for the &migration_toolkit;. See
       <ulink url="http://www.eclipse.org/">http://www.eclipse.org/</ulink>
       for more information.


Thread
svn commit - mysqldoc@docsrva: r6654 - in trunk: dicts gui-common migration-toolkitplavin5 Jun