[libgda] Correction for bug #658643 - Small typo



commit f3715efb7966635b06ab8c0d95ae4ff47ca34b7d
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sat Sep 17 16:28:37 2011 +0200

    Correction for bug #658643 - Small typo
    
    Thanks to Marek ÄernockÃ

 libgda/gda-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-connection.c b/libgda/gda-connection.c
index 204f73e..c2852ab 100644
--- a/libgda/gda-connection.c
+++ b/libgda/gda-connection.c
@@ -411,7 +411,7 @@ gda_connection_class_init (GdaConnectionClass *klass)
 	 **/
 	g_object_class_install_property (object_class, PROP_EXEC_TIMES,
 					 g_param_spec_boolean ("execution-timer", NULL,
-							       _("Computes execution demay for each executed statement"),
+							       _("Computes execution delay for each executed statement"),
 							       FALSE,
 							       (G_PARAM_READABLE | G_PARAM_WRITABLE)));
 



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