diff --git a/legacy/elementary/src/lib/elm_genlist.c b/legacy/elementary/src/lib/elm_genlist.c index b66e806631..c21bf336c3 100644 --- a/legacy/elementary/src/lib/elm_genlist.c +++ b/legacy/elementary/src/lib/elm_genlist.c @@ -3224,7 +3224,7 @@ elm_genlist_clear(Evas_Object *obj) /** * 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. * * @param obj The genlist object