[libgda/LIBGDA_4.2] Correction for bug #658643 - Small typo



commit 53981675d7f54aa3116616c967231704b83cb9d3
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 1320371..8901717 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]