From fe09ea60c86094948c08c613fbf6544e8e1fc128 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 18 Feb 2013 06:07:12 +0000 Subject: [PATCH] elemenatry - fixed typo SVN revision: 84037 --- legacy/elementary/src/lib/elm_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_object.h b/legacy/elementary/src/lib/elm_object.h index f9283e8406..05f92b2d9c 100644 --- a/legacy/elementary/src/lib/elm_object.h +++ b/legacy/elementary/src/lib/elm_object.h @@ -459,7 +459,7 @@ EAPI void *elm_object_event_callback_del(Evas_Object *obj, Elm_Event_Cb f EAPI void elm_object_orientation_mode_disabled_set(Evas_Object *obj, Eina_Bool disabled); /** - * Get the orientation mode of a give widget. + * Get the orientation mode of a given widget. * * @param obj The Elementary widget to query for its orientation mode. * @return @c EINA_TRUE, if the orientation mode is disabled, @c EINA_FALSE