genlist: fix incorrect grammar.
authorChunEon Park <hermet@hermet.pe.kr>
Mon, 19 Jan 2015 08:29:20 +0000 (17:29 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 19 Jan 2015 08:30:51 +0000 (17:30 +0900)
No allow attaching double definite articles.

Thanks vincent for reporting.

src/lib/elm_genlist.h

index 1ab477b..3f1835e 100644 (file)
  * - @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.