[gnome-db] typos
- From: Laurent Sansonetti <lrz gnome org>
- To: gnome-db <gnome-db-list gnome org>
- Subject: [gnome-db] typos
- Date: Tue, 09 Dec 2003 20:43:48 +0000
Hi,
Found and fixed some typos in the doc. OK to commit?
--
Laurent
Index: doc/C/tmpl/gda-client.sgml
===================================================================
RCS file: /cvs/gnome/libgda/doc/C/tmpl/gda-client.sgml,v
retrieving revision 1.15
diff -u -r1.15 gda-client.sgml
--- doc/C/tmpl/gda-client.sgml 11 Oct 2003 15:15:11 -0000 1.15
+++ doc/C/tmpl/gda-client.sgml 9 Dec 2003 17:45:48 -0000
@@ -14,7 +14,7 @@
<para>
#GdaClient also provides a way to treat several connections as if they were only
one (a connection pool), which allows applications to, for instance, commit/rollback
- a transaction in all the connections being managed by a unique #GdaClient object, or
+ a transaction in all the connections being managed by an unique #GdaClient object, or
obtain the list of all tables in all opened connections.
</para>
Index: libgda/gda-client.c
===================================================================
RCS file: /cvs/gnome/libgda/libgda/gda-client.c,v
retrieving revision 1.44
diff -u -r1.44 gda-client.c
--- libgda/gda-client.c 18 Oct 2003 23:03:52 -0000 1.44
+++ libgda/gda-client.c 9 Dec 2003 17:45:50 -0000
@@ -490,7 +490,7 @@
* @password: password for @username.
*
* Looks for an open connection given a data source name (per libgda
- * configuration), a username and a password.
+ * configuration), an username and a password.
*
* This function iterates over the list of open connections in the
* given #GdaClient and looks for one that matches the given data source
Index: libgda/gda-connection.c
===================================================================
RCS file: /cvs/gnome/libgda/libgda/gda-connection.c,v
retrieving revision 1.53
diff -u -r1.53 gda-connection.c
--- libgda/gda-connection.c 28 Nov 2003 12:58:49 -0000 1.53
+++ libgda/gda-connection.c 9 Dec 2003 17:45:52 -0000
@@ -597,7 +597,7 @@
* @cnc: a #GdaConnection object.
* @name: name of database to switch to.
*
- * Change sthe current database for the given connection. This operation
+ * Changes the current database for the given connection. This operation
* is not available in all providers.
*
* Returns: %TRUE if successful, %FALSE otherwise.
Index: libgda/gda-data-model.c
===================================================================
RCS file: /cvs/gnome/libgda/libgda/gda-data-model.c,v
retrieving revision 1.42
diff -u -r1.42 gda-data-model.c
--- libgda/gda-data-model.c 3 Dec 2003 17:18:10 -0000 1.42
+++ libgda/gda-data-model.c 9 Dec 2003 17:45:54 -0000
@@ -858,7 +858,7 @@
* Checks whether this data model is in updating mode or not. Updating
* mode is set to %TRUE when @gda_data_model_begin_update has been
* called successfully, and is not set back to %FALSE until either
- * @gda_data_model_cancel_updating or @gda_data_model_end_update have
+ * @gda_data_model_cancel_update or @gda_data_model_end_update have
* been called.
*
* Returns: %TRUE if updating mode, %FALSE otherwise.
Index: libgda/gda-export.c
===================================================================
RCS file: /cvs/gnome/libgda/libgda/gda-export.c,v
retrieving revision 1.7
diff -u -r1.7 gda-export.c
--- libgda/gda-export.c 18 Oct 2003 23:03:52 -0000 1.7
+++ libgda/gda-export.c 9 Dec 2003 17:45:55 -0000
@@ -294,7 +294,7 @@
* @exp: a #GdaExport object.
*
* Returns a list of all tables that exist in the #GdaConnection
- * being used by the given #GdaExport object.. This function is
+ * being used by the given #GdaExport object. This function is
* useful when you're building, for example, a list for the user
* to select which tables he/she wants in the export process.
*
Index: libgda/gda-value.c
===================================================================
RCS file: /cvs/gnome/libgda/libgda/gda-value.c,v
retrieving revision 1.61
diff -u -r1.61 gda-value.c
--- libgda/gda-value.c 30 Nov 2003 17:44:17 -0000 1.61
+++ libgda/gda-value.c 9 Dec 2003 17:45:59 -0000
@@ -2093,7 +2093,7 @@
*
* Compares two values of the same type.
*
- * Returns: if both values have the same time, returns 0 if both contains
+ * Returns: if both values have the same type, returns 0 if both contains
* the same value, an integer less than 0 if @value1 is less than @value2 or
* an integer greater than 0 if @value1 is greater than @value2.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]