gnucash maint: Fix typo

Geert Janssens gjanssens at code.gnucash.org
Mon Mar 21 03:45:47 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/62425247 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2059f06f (commit)



commit 62425247891404760418f49d7bfffab47f775b13
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Mar 21 09:49:12 2016 +0100

    Fix typo

diff --git a/src/gnome/assistant-hierarchy.c b/src/gnome/assistant-hierarchy.c
index 444a479..7415d0a 100644
--- a/src/gnome/assistant-hierarchy.c
+++ b/src/gnome/assistant-hierarchy.c
@@ -235,7 +235,7 @@ gnc_get_ea_locale_dir(const char *top_dir)
     locale = g_getenv("LANG");
     if (g_strcmp0(locale, "Swedish_Sweden") == 0)
         locale = g_strdup("sv_SV");
-    elae if (g_strcmp0(locale, "Swedish_Finland") == 0)
+    else if (g_strcmp0(locale, "Swedish_Finland") == 0)
         locale =g_strdup("sv_FI");
     else
     {



Summary of changes:
 src/gnome/assistant-hierarchy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list