Elementary genlist: Fixed doxygen typo.

SVN revision: 57219
This commit is contained in:
Daniel Juyung Seo 2011-02-21 16:09:05 +00:00
parent e53ef8eb25
commit 6c27624bc6
1 changed files with 1 additions and 1 deletions

View File

@ -3224,7 +3224,7 @@ elm_genlist_clear(Evas_Object *obj)
/** /**
* Enable or disable multi-select in the genlist * Enable or disable multi-select in the genlist
* *
* This enables (EINA_TRUE) or disableds (EINA_FALSE) multi-select in * This enables (EINA_TRUE) or disables (EINA_FALSE) multi-select in
* the list. This allows more than 1 item to be selected. * the list. This allows more than 1 item to be selected.
* *
* @param obj The genlist object * @param obj The genlist object