[libgda/LIBGDA_4.2] Orthographic corrections



commit fc316fce7835e11e56c43fd25840cf2611b11390
Author: Vivien Malerba <malerba gnome-db org>
Date:   Mon May 30 21:12:16 2011 +0200

    Orthographic corrections

 doc/C/libgda-4.0-docs.sgml              |    2 +-
 doc/C/packaging.xml                     |    2 +-
 doc/C/prov-notes.xml                    |    2 +-
 libgda/gda-connection.h                 |    2 +-
 libgda/gda-data-model.c                 |    2 +-
 libgda/gda-util.c                       |    2 +-
 providers/web/php/README                |    2 +-
 tools/browser/query-exec/query-editor.c |    4 ++--
 8 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/doc/C/libgda-4.0-docs.sgml b/doc/C/libgda-4.0-docs.sgml
index 7336df7..d28dca0 100644
--- a/doc/C/libgda-4.0-docs.sgml
+++ b/doc/C/libgda-4.0-docs.sgml
@@ -603,7 +603,7 @@
 	    </listitem>
 	    <listitem>
               <para>GDA_CONFIG_SYNCHRONOUS: if set, and if the Gnome Keyring is used to store DSN authentification information,
-		then the requests to the Gnome Keyring will be made synchronously. This is usefull if Libgda is used in a program where
+		then the requests to the Gnome Keyring will be made synchronously. This is useful if Libgda is used in a program where
 		there is no main loop (otherwise no authentification will be fetched).</para>
             </listitem>
 	    <listitem>
diff --git a/doc/C/packaging.xml b/doc/C/packaging.xml
index 26e2d05..9f0f38a 100644
--- a/doc/C/packaging.xml
+++ b/doc/C/packaging.xml
@@ -120,7 +120,7 @@
     <sect2>
       <title>Diagnostic tools</title>
       <para>
-	The diagnostic tools are usefull to test connections. This component has the following files:
+	The diagnostic tools are useful to test connections. This component has the following files:
 	<programlisting>
 .
 `-- bin
diff --git a/doc/C/prov-notes.xml b/doc/C/prov-notes.xml
index af76d11..1b233f2 100644
--- a/doc/C/prov-notes.xml
+++ b/doc/C/prov-notes.xml
@@ -149,7 +149,7 @@
       <para>
 	It returns a string where all the diacritical signs (for example accents) from the input string,
 	and optionally converts the string to upper or lower case if specified. This function takes into
-	account the current locale and is usefull to do some text search.
+	account the current locale and is useful to do some text search.
       </para>
     </sect2>
 
diff --git a/libgda/gda-connection.h b/libgda/gda-connection.h
index 9a4b75e..de8a270 100644
--- a/libgda/gda-connection.h
+++ b/libgda/gda-connection.h
@@ -127,7 +127,7 @@ struct _GdaConnectionClass {
  * from the calling thread to the actual connection's specific thread, and gets the results back).
  *
  * The GDA_CONNECTION_OPTIONS_THREAD_ISOLATED forces using a specific thread and a "wrapper connection" even if the
- * "normal" connection would itself be thread safe; this is usefull for example to be sure the asynchronous API can
+ * "normal" connection would itself be thread safe; this is useful for example to be sure the asynchronous API can
  * always be used (see gda_connection_async_statement_execute()).
  *
  * Having a specific thread and a "wrapper connection" definitely has an impact on the performances (because it involves
diff --git a/libgda/gda-data-model.c b/libgda/gda-data-model.c
index d9ce3d2..0ac0b04 100644
--- a/libgda/gda-data-model.c
+++ b/libgda/gda-data-model.c
@@ -1001,7 +1001,7 @@ gda_data_model_send_hint (GdaDataModel *model, GdaDataModelHint hint, const GVal
  * @model: a #GdaDataModel
  *
  * Get the global data model exception(s) that occurred when using @model.
- * This is usefull for example for the LDAP related
+ * This is useful for example for the LDAP related
  * data models where some rows may be missing because the LDAP search has reached a limit
  * imposed by the LDAP server.
  *
diff --git a/libgda/gda-util.c b/libgda/gda-util.c
index c89aa76..5eb6636 100644
--- a/libgda/gda-util.c
+++ b/libgda/gda-util.c
@@ -1296,7 +1296,7 @@ static gboolean stmt_rewrite_update_default_keyword (GdaSqlStatementUpdate *upd,
  * (as returned by gda_holder_value_is_default()) are either removed from the statement (if @remove
  * is %TRUE) or replaced by the "DEFAULT" keyword (if @remove is %FALSE).
  *
- * This function is only usefull for database providers' implementations which have to deal with default
+ * This function is only useful for database providers' implementations which have to deal with default
  * values when executing statements, and is only relevant in the case of INSERT or UPDATE statements
  * (in the latter case an error is returned if @remove is %TRUE).
  *
diff --git a/providers/web/php/README b/providers/web/php/README
index 8ff3940..c3979fd 100644
--- a/providers/web/php/README
+++ b/providers/web/php/README
@@ -32,4 +32,4 @@ and, for each configured connection, tests if it can be opened.
 Note that by default the gda-tester.php will _not_ display any
 configured connection information, this needs to be enabled in the
 script's source. Better yet is to remove that file once not necessary
-anymore as it could leak usefull information.
+anymore as it could leak useful information.
diff --git a/tools/browser/query-exec/query-editor.c b/tools/browser/query-exec/query-editor.c
index f2d9ff1..8ad5911 100644
--- a/tools/browser/query-exec/query-editor.c
+++ b/tools/browser/query-exec/query-editor.c
@@ -1330,7 +1330,7 @@ timestamps_update_cb (QueryEditor *editor)
  * @editor: a #QueryEditor widget.
  * @hist_item: a #QueryEditorHistoryItem to add, or %NULL
  *
- * Adds some text. @text_data is usefull only if @editor's mode is HISTORY, it will be ignored
+ * Adds some text. @text_data is useful only if @editor's mode is HISTORY, it will be ignored
  * otherwise.
  *
  * Returns: the position of the added text chunk, or %0 if mode is not HISTORY
@@ -1462,7 +1462,7 @@ query_editor_history_is_empty (QueryEditor *editor)
  * query_editor_del_current_history_item
  * @editor: a #QueryEditor widget.
  * 
- * Deletes the text associated to the current selection, usefull only if @editor's mode is HISTORY
+ * Deletes the text associated to the current selection, useful only if @editor's mode is HISTORY
  */
 void
 query_editor_del_current_history_item (QueryEditor *editor)



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