elm_config.c: fix some typo

SVN revision: 68668
This commit is contained in:
Jihoon Kim 2012-03-05 02:33:49 +00:00
parent 19bfb03a57
commit 0b4826bfea
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}