genlist: fix incorrect grammar.

No allow attaching double definite articles.

Thanks vincent for reporting.
This commit is contained in:
ChunEon Park 2015-01-19 17:29:20 +09:00
parent 1d4da291bf
commit a51fdc0e15
1 changed files with 2 additions and 2 deletions

View File

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