From 7de493c7dbdf43bb336b22fe152a7fc516934d25 Mon Sep 17 00:00:00 2001 From: jihoon Date: Mon, 5 Mar 2012 02:33:49 +0000 Subject: [PATCH] elm_config.c: fix some typo git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68668 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c index ade5796..865f5ac 100644 --- a/src/lib/elm_config.c +++ b/src/lib/elm_config.c @@ -1035,7 +1035,7 @@ _elm_config_save(void) ok = ecore_file_mkpath(buf); if (!ok) { - ERR("Problem acessing Elementary's user configuration directory: %s", + ERR("Problem accessing Elementary's user configuration directory: %s", buf); return EINA_FALSE; } -- 2.7.4