Fix typos

"he->the" where appropriate



SVN revision: 52493
This commit is contained in:
Lucas De Marchi 2010-09-20 17:09:13 +00:00
parent 15869dae53
commit 6e219c81bf
2 changed files with 2 additions and 2 deletions

View File

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

View File

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