[libgda: 2/3] Update gda-connection.c




commit 940d7f8787d96db132574a39d0cb0cdc6e657839
Author: Danilo Galete <galetedanilo gmail com>
Date:   Mon Nov 9 23:48:18 2020 +0000

    Update gda-connection.c

 libgda/gda-connection.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgda/gda-connection.c b/libgda/gda-connection.c
index 46aeaa609..56fa164ef 100644
--- a/libgda/gda-connection.c
+++ b/libgda/gda-connection.c
@@ -2063,7 +2063,7 @@ gda_connection_get_date_format (GdaConnection *cnc, GDateDMY *out_first,
  *
  * A simple example to add a row in database
  * 
- * |[<!-- languege="C" -->
+ * |[<!-- language="C" -->
  * 
  * GdaConnection *cnc;
  * // Open connection here
@@ -2278,7 +2278,7 @@ gda_connection_insert_row_into_table_v (GdaConnection *cnc, const gchar *table,
  *
  * A simple example for updating a specific row in the table
  * 
- * |[<!-- languege="C" -->
+ * |[<!-- language="C" -->
  * 
  * GdaConnection *cnc;
  * //Open connection here
@@ -2535,7 +2535,7 @@ gda_connection_update_row_in_table_v (GdaConnection *cnc, const gchar *table,
  *
  * A simple example to remove a row in database.
  *
- * |[<!-- languege="C" -->
+ * |[<!-- language="C" -->
  *
  * GdaConnection *cnc;
  * //Open connection here


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