diff --git a/src/lib/edje/edje_load.c b/src/lib/edje/edje_load.c index 073de55b36..c27808e1f0 100644 --- a/src/lib/edje/edje_load.c +++ b/src/lib/edje/edje_load.c @@ -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; diff --git a/src/lib/eet/eet_lib.c b/src/lib/eet/eet_lib.c index 6ff2a3cbd3..e1099cb8e8 100644 --- a/src/lib/eet/eet_lib.c +++ b/src/lib/eet/eet_lib.c @@ -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));