Fix minor typo in comment. Nothing serious.

SVN revision: 41425
This commit is contained in:
Christopher Michael 2009-07-19 02:24:12 +00:00
parent 72f10aab04
commit 43e8b47bb3
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ e_config_init(void)
/* check symlink - if default is a symlink to another dir */
e_prefix_data_concat_static(buf, "data/config/default");
link = ecore_file_readlink(buf);
/* if so use just the filename as the priofle - must be a local link */
/* if so use just the filename as the profile - must be a local link */
if (link)
{
_e_config_profile = strdup(ecore_file_file_get(link));