[libgda] Orthographic corrections
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Orthographic corrections
- Date: Mon, 30 May 2011 18:57:46 +0000 (UTC)
commit a3f92ce0cca3870920827ebc64a9786377a1b686
Author: Vivien Malerba <malerba gnome-db org>
Date: Mon May 30 20:54:29 2011 +0200
Orthographic corrections
doc/C/libgda-5.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 +-
libgda/gda-util.h | 2 +-
providers/web/php/README | 2 +-
tools/browser/query-exec/query-editor.c | 4 ++--
9 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/doc/C/libgda-5.0-docs.sgml b/doc/C/libgda-5.0-docs.sgml
index 77c56b1..7f395c5 100644
--- a/doc/C/libgda-5.0-docs.sgml
+++ b/doc/C/libgda-5.0-docs.sgml
@@ -464,7 +464,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 ba79090..8717000 100644
--- a/doc/C/packaging.xml
+++ b/doc/C/packaging.xml
@@ -125,7 +125,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 c64ce64..498d598 100644
--- a/doc/C/prov-notes.xml
+++ b/doc/C/prov-notes.xml
@@ -163,7 +163,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 cd7c76f..4752f86 100644
--- a/libgda/gda-connection.h
+++ b/libgda/gda-connection.h
@@ -168,7 +168,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 29086a4..83eda1e 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 948d881..188c7c7 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/libgda/gda-util.h b/libgda/gda-util.h
index 91b9d39..5a961b1 100644
--- a/libgda/gda-util.h
+++ b/libgda/gda-util.h
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
* @stability: Stable
* @see_also:
*
- * Some usefull functions.
+ * Some useful functions.
*/
/*
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 0618a0c..20b643f 100644
--- a/tools/browser/query-exec/query-editor.c
+++ b/tools/browser/query-exec/query-editor.c
@@ -1317,7 +1317,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
@@ -1449,7 +1449,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]