[nautilus-actions] Fix a typo



commit 284ce60785163809d8b1cd3a2c0c73f8c9d47a33
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Nov 21 07:43:18 2011 +0100

    Fix a typo

 ChangeLog                   |    2 ++
 src/nact/base-application.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5d3195a..b9b281d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-11-21 Pierre Wieser <pwieser trychlos org>
 
+	* src/nact/base-application.c (appli_initialize_gtk): Fix a typo.
+
 	* src/core/na-gtk-utils.c (na_gtk_utils_dump_children):
 	Increment the level of the first child of the hierarchy.
 
diff --git a/src/nact/base-application.c b/src/nact/base-application.c
index 4991b96..2824d4b 100644
--- a/src/nact/base-application.c
+++ b/src/nact/base-application.c
@@ -511,7 +511,7 @@ appli_initialize_gtk( BaseApplication *application, int *code )
 #endif
 
 	/* setup default Gtk+ application name
-	 * must have been set at instanciationtime by the derived class
+	 * must have been set at instanciation time by the derived class
 	 */
 	name = base_application_get_application_name( application );
 	if( name && g_utf8_strlen( name, -1 )){



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