comments: typo fix - s/dictionnary/dictionary

Reviewers: cedric

Reviewed By: cedric

CC: cedric

Differential Revision: https://phab.enlightenment.org/D533

Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
This commit is contained in:
Albin Tonnerre 2014-02-10 10:40:08 +09:00 committed by Cedric BAIL
parent 3160b044fb
commit 62efaed9dc
2 changed files with 2 additions and 2 deletions

View File

@ -1527,7 +1527,7 @@ _edje_file_free(Edje_File *edf)
eina_stringshare_del(edf->image_dir->entries[i].entry);
}
/* Sets have been added after edje received eet dictionnary support */
/* Sets have been added after edje received eet dictionary support */
for (i = 0; i < edf->image_dir->sets_count; ++i)
{
Edje_Image_Directory_Set_Entry *se;

View File

@ -938,7 +938,7 @@ eet_internal_read2(Eet_File *ef)
if (eet_test_close(!ef->ed, ef))
return NULL;
INF("loading dictionnary for '%s' with %lu entries of size %zu",
INF("loading dictionary for '%s' with %lu entries of size %zu",
ef->path, num_dictionary_entries, sizeof(Eet_String));
ef->ed->all = calloc(1, num_dictionary_entries * sizeof(Eet_String));