[libgda] Comment correction



commit d6f96f7210d4a2aa16a8b898df264b11266bf3b7
Author: Vivien Malerba <malerba gnome-db org>
Date:   Fri Oct 9 21:04:47 2009 +0200

    Comment correction

 samples/TableCopy/table-copy-easier.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/samples/TableCopy/table-copy-easier.c b/samples/TableCopy/table-copy-easier.c
index 1dee2be..1a6734f 100644
--- a/samples/TableCopy/table-copy-easier.c
+++ b/samples/TableCopy/table-copy-easier.c
@@ -22,7 +22,7 @@ main (int argc, char *argv[])
 	provider = gda_vprovider_hub_new ();
         virtual = gda_virtual_connection_open (provider, NULL);
 
-	/* adding connections to the cirtual connection */
+	/* adding connections to the virtual connection */
         if (!gda_vconnection_hub_add (GDA_VCONNECTION_HUB (virtual), s_cnc, "source", &error)) {
                 g_print ("Could not add connection to virtual connection: %s\n",
                          error && error->message ? error->message : "No detail");



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