From 0f32ab49cec1728d707506d4582f972fca19f7f8 Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Tue, 3 Feb 2015 11:02:20 +0900 Subject: [PATCH] evas callback: Fix typo in documentation of evas_object_event_callback_del_full Reviewers: cedric, seoz Subscribers: cedric, seoz Differential Revision: https://phab.enlightenment.org/D1904 --- src/lib/evas/Evas_Legacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: