Correct english

SVN revision: 56599
This commit is contained in:
Sebastian Dransfeld 2011-01-31 11:45:09 +00:00
parent 0b519a6f7d
commit d8ca02e9ac
2 changed files with 6 additions and 3 deletions

View File

@ -58,3 +58,6 @@
* Create one cache file for each theme * Create one cache file for each theme
2011-01-XX Sebastian Dransfeld
* Correct english

View File

@ -50,7 +50,7 @@ cache_directory_find(Eina_Hash *dirs, const char *dir)
} }
static Eina_Bool static Eina_Bool
_cache_extention_lookup(const char *ext) _cache_extension_lookup(const char *ext)
{ {
unsigned int i; unsigned int i;
@ -82,7 +82,7 @@ cache_fallback_scan_dir(Eina_Hash *icons, Eina_Hash *dirs, const char *dir, Eina
continue; continue;
ext = strrchr(entry->path + entry->name_start, '.'); ext = strrchr(entry->path + entry->name_start, '.');
if (!ext || !_cache_extention_lookup(ext)) if (!ext || !_cache_extension_lookup(ext))
continue; continue;
/* icon with known extension */ /* icon with known extension */
@ -180,7 +180,7 @@ cache_scan_path_dir(Efreet_Icon_Theme *theme,
continue; continue;
ext = strrchr(entry->path + entry->name_start, '.'); ext = strrchr(entry->path + entry->name_start, '.');
if (!ext || !_cache_extention_lookup(ext)) if (!ext || !_cache_extension_lookup(ext))
continue; continue;
/* icon with known extension */ /* icon with known extension */