diff --git a/src/lib/edje/Edje_Legacy.h b/src/lib/edje/Edje_Legacy.h index fc68c16f26..8991eb2bfd 100644 --- a/src/lib/edje/Edje_Legacy.h +++ b/src/lib/edje/Edje_Legacy.h @@ -61,7 +61,7 @@ EAPI Evas_Object *edje_object_add (Evas *evas); * @return The data pointer * * This function removes a callback, previously attached to the - * emittion of a signal, from the object @a obj. The parameters @a + * emission of a signal, from the object @a obj. The parameters @a * emission, @a source and @a func must match exactly those passed to * a previous call to edje_object_signal_callback_add(). The data * pointer that was passed to this call will be returned. @@ -86,7 +86,7 @@ EAPI void *edje_object_signal_callback_del (Evas_Object *obj, const char * had this value) * * This function removes a callback, previously attached to the - * emittion of a signal, from the object @a obj. The parameters + * emission of a signal, from the object @a obj. The parameters * @a emission, @a source, @a func and @a data must match exactly those * passed to a previous call to edje_object_signal_callback_add(). The * data pointer that was passed to this call will be returned. diff --git a/src/lib/edje/edje_object.eo b/src/lib/edje/edje_object.eo index ad6c90579e..63f4c221df 100644 --- a/src/lib/edje/edje_object.eo +++ b/src/lib/edje/edje_object.eo @@ -552,7 +552,7 @@ class Edje.Object (Evas.Smart_Clipped, Efl.File) [[Remove a signal-triggered callback from an object. This function removes a callback, previously attached to the - emittion of a signal, from the object obj. The parameters + emission of a signal, from the object obj. The parameters emission, source and func must match exactly those passed to a previous call to edje_object_signal_callback_add(). The data pointer that was passed to this call will be returned.