[gnome-utils] Fix typo. Fixes bug #654533



commit 96164cd9bc5b9e2b092388312569760058eee5e7
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Jul 19 22:01:23 2011 +0200

    Fix typo. Fixes bug #654533

 gnome-dictionary/libgdict/gdict-source.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-dictionary/libgdict/gdict-source.c b/gnome-dictionary/libgdict/gdict-source.c
index e679955..d1559b5 100644
--- a/gnome-dictionary/libgdict/gdict-source.c
+++ b/gnome-dictionary/libgdict/gdict-source.c
@@ -244,7 +244,7 @@ gdict_source_class_init (GdictSourceClass *klass)
   				   PROP_NAME,
   				   g_param_spec_string ("name",
   				   			_("Name"),
-  				   			_("The display name of this dictonary source"),
+  				   			_("The display name of this dictionary source"),
   				   			NULL,
   				   			(G_PARAM_READABLE | G_PARAM_WRITABLE)));
   /**
@@ -272,7 +272,7 @@ gdict_source_class_init (GdictSourceClass *klass)
   				   PROP_DATABASE,
   				   g_param_spec_string ("database",
   				   			_("Database"),
-  				   			_("The default database of this dictonary source"),
+  				   			_("The default database of this dictionary source"),
   				   			NULL,
   				   			(G_PARAM_READABLE | G_PARAM_WRITABLE)));
   /**
@@ -286,7 +286,7 @@ gdict_source_class_init (GdictSourceClass *klass)
   				   PROP_STRATEGY,
   				   g_param_spec_string ("strategy",
   				   			_("Strategy"),
-  				   			_("The default strategy of this dictonary source"),
+  				   			_("The default strategy of this dictionary source"),
   				   			NULL,
   				   			(G_PARAM_READABLE | G_PARAM_WRITABLE)));
   /**



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