Correct english
authorSebastian Dransfeld <sd@tango.flipp.net>
Mon, 31 Jan 2011 11:45:09 +0000 (11:45 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Mon, 31 Jan 2011 11:45:09 +0000 (11:45 +0000)
SVN revision: 56599

legacy/efreet/ChangeLog
legacy/efreet/src/bin/efreet_icon_cache_create.c

index 63f45ac..c3381a5 100644 (file)
@@ -58,3 +58,6 @@
 
        * Create one cache file for each theme
 
+2011-01-XX  Sebastian Dransfeld
+
+       * Correct english
index 5d3ffb6..00362a8 100644 (file)
@@ -50,7 +50,7 @@ cache_directory_find(Eina_Hash *dirs, const char *dir)
 }
 
 static Eina_Bool
-_cache_extention_lookup(const char *ext)
+_cache_extension_lookup(const char *ext)
 {
     unsigned int i;
 
@@ -82,7 +82,7 @@ cache_fallback_scan_dir(Eina_Hash *icons, Eina_Hash *dirs, const char *dir, Eina
             continue;
 
         ext = strrchr(entry->path + entry->name_start, '.');
-        if (!ext || !_cache_extention_lookup(ext))
+        if (!ext || !_cache_extension_lookup(ext))
             continue;
 
         /* icon with known extension */
@@ -180,7 +180,7 @@ cache_scan_path_dir(Efreet_Icon_Theme *theme,
             continue;
 
         ext = strrchr(entry->path + entry->name_start, '.');
-        if (!ext || !_cache_extention_lookup(ext))
+        if (!ext || !_cache_extension_lookup(ext))
             continue;
 
         /* icon with known extension */