focus: fix typo in API Documentation.

Summary: Signed-off-by: Vaibhav Gupta <g.vaibhav1@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 <cedric@osg.samsung.com>
This commit is contained in:
Vaibhav Gupta 2015-06-25 15:54:39 +02:00 committed by Cedric BAIL
parent 3904cc7175
commit f8d1c99e6e
1 changed files with 1 additions and 1 deletions

View File

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