diff --git a/legacy/elementary/src/lib/elm_genlist.c b/legacy/elementary/src/lib/elm_genlist.c index d151bac5a5..4c8142ca3a 100644 --- a/legacy/elementary/src/lib/elm_genlist.c +++ b/legacy/elementary/src/lib/elm_genlist.c @@ -2879,7 +2879,7 @@ elm_genlist_item_object_get(const Elm_Genlist_Item *it) * Update the contents of an item * * This updates an item by calling all the item class functions again to get - * the icons, labels and states. Use this when he original item data has + * the icons, labels and states. Use this when the original item data has * changed and the changes are desired to be reflected. * * @param it The item diff --git a/legacy/elementary/src/lib/elm_pager.c b/legacy/elementary/src/lib/elm_pager.c index a538b245a9..f015a000ac 100644 --- a/legacy/elementary/src/lib/elm_pager.c +++ b/legacy/elementary/src/lib/elm_pager.c @@ -7,7 +7,7 @@ * The pager is an object that allows flipping (with animation) between 1 or * more “pages” of objects, much like a stack of windows within the window. * - * Objects can be pushed or popped from he stack or deleted as normal. + * Objects can be pushed or popped from the stack or deleted as normal. * Pushes and pops will animate (and a pop will delete the object once the * animation is finished). Any object in the pager can be promoted to the top * (from its current stacking position) as well. Objects are pushed to the