Docs: change 'emittion' to 'emission'

Reviewers: cedric, stefan_schmidt

Subscribers: minkyu, cedric, seoz, jpeg

Differential Revision: https://phab.enlightenment.org/D3823
This commit is contained in:
Shuhrat Dehkanov 2016-03-23 11:22:44 +01:00 committed by Stefan Schmidt
parent fa9bdaa196
commit 7e411ecf76
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.