diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 0a10fce60a..ca746f8209 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -834,7 +834,7 @@ EAPI void *evas_object_event_callback_del(Evas_Object *obj, Evas_Callback_Ty * object. In errors, @c NULL will be returned. * * @note For deletion of Evas object events callbacks filtering by - * just type and function pointer, user + * just type and function pointer, use * evas_object_event_callback_del(). * * Example: