hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0f32ab49cec1728d707506d4582f972fca19f7f8

commit 0f32ab49cec1728d707506d4582f972fca19f7f8
Author: Amitesh Singh <[email protected]>
Date:   Tue Feb 3 11:02:20 2015 +0900

    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 0a10fce..ca746f8 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:

-- 


Reply via email to