From f9af4afbd3cb19e839b8d1b495e120730bd75105 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 19 Jan 2015 17:29:20 +0900 Subject: [PATCH] genlist: fix incorrect grammar. No allow attaching double definite articles. Thanks vincent for reporting. --- src/lib/elm_genlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index 1ab477b..3f1835e 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -272,9 +272,9 @@ * - @c "activated" - The user has double-clicked or pressed * (enter|return|spacebar) on an item. The @p event_info parameter is the * item that was activated. - * - @c "pressed" - The user pressed the an item. The @p event_info + * - @c "pressed" - The user pressed an item. The @p event_info * parameter is the item that was pressed. - * - @c "released" - The user released the an item. The @p event_info + * - @c "released" - The user released an item. The @p event_info * parameter is the item that was released. * - @c "clicked,double" - The user has double-clicked an item. The @c * event_info parameter is the item that was double-clicked. -- 2.7.4