cedric pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=b116f8a3614150b550a655215a925414639a55de

commit b116f8a3614150b550a655215a925414639a55de
Author: Vaibhav Gupta <g.vaibh...@samsung.com>
Date:   Thu Jun 25 15:54:39 2015 +0200

    focus: fix typo in API Documentation.
    
    Summary: Signed-off-by: Vaibhav Gupta <g.vaibh...@samsung.com>
    
    Reviewers: raster, Hermet, cedric
    
    Reviewed By: cedric
    
    Subscribers: sachin.dev, singh.amitesh
    
    Differential Revision: https://phab.enlightenment.org/D2767
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/elm_focus.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_focus.h b/src/lib/elm_focus.h
index 29883f7..2b3801d 100644
--- a/src/lib/elm_focus.h
+++ b/src/lib/elm_focus.h
@@ -356,7 +356,7 @@ EAPI void                 
elm_object_focus_move_policy_set(Evas_Object *obj, Elm
  * @param obj The Elementary widget to get the information from
  * @return The focus movement policy
  *
- * Get how the focus is moved to the give Elemenray object. It can be
+ * Get how the focus is moved to the give Elementary object. It can be
  * #ELM_FOCUS_MOVE_POLICY_CLICK, #ELM_FOCUS_MOVE_POLICY_IN,
  * or #ELM_FOCUS_MOVE_POLICY_KEY_ONLY.
  * The first means elementary focus is moved on elementary object click.

-- 


Reply via email to