seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e7e6fb314927d9b13015f5b02bf0cebfc28876b9
commit e7e6fb314927d9b13015f5b02bf0cebfc28876b9 Author: Daniel Juyung Seo <[email protected]> Date: Sun Mar 23 17:58:34 2014 +0900 genlist: Fixed typo for _elm_genlist_nearest_visible_item_get comments. --- src/lib/elm_genlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index bc3f089..0490412 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -2815,8 +2815,8 @@ _elm_genlist_smart_sub_object_del(Eo *obj, void *_pd, va_list *list) /* * This function searches the nearest visible item based on the given item. - * If the given item is in the genlist viewport, this returns the give item. - * Or this searches the realied items and checks the nearest fully visible item + * If the given item is in the genlist viewport, this returns the given item. + * Or this searches the realized items and checks the nearest fully visible item * according to the given item's position. */ static Elm_Object_Item * --
