[libgda: 1/3] Doc Example: Corretion in example Alter languede to languege.




commit 2ed4e0a440f6cd65d7367c1a211d8d470d19a3d0
Author: galetedanilo <galetedanilo gmail com>
Date:   Mon Nov 9 20:33:42 2020 -0300

    Doc Example: Corretion in example
    Alter languede to languege.

 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 f351a4538..46aeaa609 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
  * 
- * |[<!-- languede="C" -->
+ * |[<!-- languege="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
  * 
- * |[<!-- languede="C" -->
+ * |[<!-- languege="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.
  *
- * |[<!-- languede="C" -->
+ * |[<!-- languege="C" -->
  *
  * GdaConnection *cnc;
  * //Open connection here


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