[libgda] Typo corrections to GdaBrowser's help (thanks to Laurent Coudeur)



commit a3fdc5724bf7c4bae17febf471235198741766de
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Apr 27 20:54:27 2010 +0200

    Typo corrections to GdaBrowser's help (thanks to Laurent Coudeur)
    
    
    for bug #616932

 tools/browser/help/C/data-manager-perspective.page |   10 +++++-----
 tools/browser/help/C/general-ui.page               |    4 ++--
 tools/browser/help/C/index.page                    |    2 +-
 .../help/C/query-execution-perspective.page        |    6 +++---
 .../browser/help/C/schema-browser-perspective.page |    4 ++--
 tools/browser/help/C/transactions.page             |    2 +-
 6 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/tools/browser/help/C/data-manager-perspective.page b/tools/browser/help/C/data-manager-perspective.page
index 80eb7ed..c489f0b 100644
--- a/tools/browser/help/C/data-manager-perspective.page
+++ b/tools/browser/help/C/data-manager-perspective.page
@@ -14,10 +14,10 @@
 <p>
   The workflow in this perspective is organized around the definition of one or more <em>data sources</em>
   (which selects data in the database) which, when executed, result in a data set displayed in
-  a tabular view. The perspective's work area
+  a tabular view.
 </p>
 <p>
-  The perspective is devided in two horizontal panes: the left pane to keep favorite data sources set's
+  The perspective is divided in two horizontal panes: the left pane to keep favorite data sources set's
   definitions, and the right pane being the action area, where each data source is executed and the
   results presented in a tabular view.
 </p>
@@ -56,7 +56,7 @@
   </p>
   <figure>
     <title>Data sources edition</title>
-    <desc>Editing data sources in the data manager perspetive</desc>
+    <desc>Editing data sources in the data manager perspective</desc>
     <media type="image" mime="image/png" src="figures/data-man-xmlcompose.png"/>
   </figure>
 
@@ -67,7 +67,7 @@
     <item><p><gui>Clear</gui>: clears the XML editor</p></item>
     <item><p><gui>Variables</gui>: shows/hide the <link xref="variables-syntax">variables</link> panel where you can give values to the variables
 	present in the SQL code of any data source's definition. The panel is automatically shown when a variable is detected in 
-	the SQL code</p></item>
+	the SQL code.</p></item>
     <item><p><gui>Execute</gui>: executes the defined data sources</p></item>
     <item><p><gui>View XML</gui>: toggles between the XML editor and the UI editor</p></item>
     <item><p><gui>Help</gui>: shows some help</p></item>
@@ -86,7 +86,7 @@
     the right of the one for A.
   </p>
   <p>
-    Also if you change the selected row of tabular view of a data source A , then the tabular views of
+    Also if you change the selected row of tabular view of a data source A, then the tabular views of
     all the data sources depending on A will also have their tabular view refreshed.
   </p>
 </section>
diff --git a/tools/browser/help/C/general-ui.page b/tools/browser/help/C/general-ui.page
index 5d2bbe7..6e11a80 100644
--- a/tools/browser/help/C/general-ui.page
+++ b/tools/browser/help/C/general-ui.page
@@ -14,7 +14,7 @@
   </p>
   <figure>
     <title>A connection window</title>
-    <desc>Window opened for the 'c1' connection (and the Schema browser prespective)</desc>
+    <desc>Window opened for the 'c1' connection (and the Schema browser perspective)</desc>
     <media type="image" mime="image/png" src="figures/mainwin.png"/>
   </figure>
 
@@ -30,7 +30,7 @@
   <p>
     The currently displayed perspective can be changed individually for each window, and, as all perspectives 
     have an action area composed of tabs, tabs can be moved from one window to the other if the source
-    and distination window are for the same connection, and display the same perspective (simply drag
+    and destination window are for the same connection, and display the same perspective (simply drag
     and drop a tab from one window to the other using the tab's label as a handle).
   </p>
 </page>
diff --git a/tools/browser/help/C/index.page b/tools/browser/help/C/index.page
index 2b301a2..5db715c 100644
--- a/tools/browser/help/C/index.page
+++ b/tools/browser/help/C/index.page
@@ -10,7 +10,7 @@
 
   <title>Gda Browser Help</title>
   <p><app>gda-browser</app> is a tool for database administrators: they can analyse database's schemas
-    to understand how data is organized, run SQL commands interractively, and in a broader way manage
+    to understand how data is organized, run SQL commands interactively, and in a broader way manage
     the data contained in the databases.</p>
 
   <p>Several connections to databases can be opened at once, allowing the user to work on multiple
diff --git a/tools/browser/help/C/query-execution-perspective.page b/tools/browser/help/C/query-execution-perspective.page
index 4334dea..f1ee15e 100644
--- a/tools/browser/help/C/query-execution-perspective.page
+++ b/tools/browser/help/C/query-execution-perspective.page
@@ -12,12 +12,12 @@
   menu, or the <keyseq><key>Ctrl</key><key>S</key></keyseq> shortcut.
 </p>
 <p>
-  The perspective is devided in two horizontal panes: the left pane for the user defined favorite statements,
+  The perspective is divided in two horizontal panes: the left pane for the user defined favorite statements,
   and the right pane being the action area.
 </p>
 <figure>
   <title>Query exec perspective</title>
-  <desc>The query exec prespective with one SELECT statement executed</desc>
+  <desc>The query exec perspective with one SELECT statement executed</desc>
   <media type="image" mime="image/png" src="figures/query-exec-persp.png"/>
 </figure>
 
@@ -76,7 +76,7 @@
 <section>
   <title>Execution history</title>
   <p>
-    The execution history part contains a list of the past executed statements, ordered by executaion date
+    The execution history part contains a list of the past executed statements, ordered by execution date
     along with an indication when the statement was executed (11 minutes in the figure above). Selecting
     an history item displays the corresponding result in the execution results part.
   </p>
diff --git a/tools/browser/help/C/schema-browser-perspective.page b/tools/browser/help/C/schema-browser-perspective.page
index 596de7e..c77dab7 100644
--- a/tools/browser/help/C/schema-browser-perspective.page
+++ b/tools/browser/help/C/schema-browser-perspective.page
@@ -12,12 +12,12 @@
   the <keyseq><key>Ctrl</key><key>B</key></keyseq> shortcut.
 </p>
 <p>
-  The perspective is devided in two horizontal panes: the left pane for the user defined favorites, and
+  The perspective is divided in two horizontal panes: the left pane for the user defined favorites, and
   the right pane being the action area.
 </p>
 <figure>
   <title>Schema browser perspective's default view</title>
-  <desc>The default Schema browser prespective</desc>
+  <desc>The default Schema browser perspective</desc>
   <media type="image" mime="image/png" src="figures/mainwin.png"/>
 </figure>
 
diff --git a/tools/browser/help/C/transactions.page b/tools/browser/help/C/transactions.page
index 9fbdee5..332dd7c 100644
--- a/tools/browser/help/C/transactions.page
+++ b/tools/browser/help/C/transactions.page
@@ -20,7 +20,7 @@
   </list>
   <note>
     <p>
-      A transaction may be started automatically when executin a SELECT statement which involves
+      A transaction may be started automatically when executing a SELECT statement which involves
       binary objects (BLOBs), and the transaction may be locked while the resulting data set is
       kept in memory (to get rid of a data set in a
       <link xref="query-execution-perspective">query execution perspective</link>, clear the



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]