[libgda/LIBGDA_5.0] Fix tiny typos in docs.



commit 23c7377326fe51d7279a3d95f54a2685226e4536
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Feb 2 11:53:41 2012 +0100

    Fix tiny typos in docs.

 libgda/gda-connection.c     |    2 +-
 samples/MetaStore/example.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda/gda-connection.c b/libgda/gda-connection.c
index 6ca1891..381b633 100644
--- a/libgda/gda-connection.c
+++ b/libgda/gda-connection.c
@@ -5209,7 +5209,7 @@ suggest_update_cb_downstream (G_GNUC_UNUSED GdaMetaStore *store, GdaMetaContext
  *   <listitem><para>One knows that a database object has changed (for example a table created), and
  *                   may use the @context to request that only the information about that table be updated
  *             </para></listitem>
- *   <listitem><para>One is only interrested in the list of views, and may request that only the information
+ *   <listitem><para>One is only interested in the list of views, and may request that only the information
  *                   about views may be updated</para></listitem>
  * </itemizedlist>
  *
diff --git a/samples/MetaStore/example.c b/samples/MetaStore/example.c
index 74a5c90..aa642ca 100644
--- a/samples/MetaStore/example.c
+++ b/samples/MetaStore/example.c
@@ -76,7 +76,7 @@ main (int argc, char *argv[])
 	list_table_columns (data);
 	g_object_unref (data);
 
-	/* Request partial update for the table we are interrested in 
+	/* Request partial update for the table we are interested in 
 	 * the GdaMetaContext specifies to update the "_tables" table, where the "table_name"
 	 * attribute is TABLE_NAME */
 	g_print ("\nPartial metastore update for table '%s'...\n", TABLE_NAME);



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