Fix typos.
authorsanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Jan 2012 06:43:02 +0000 (06:43 +0000)
committersanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Jan 2012 06:43:02 +0000 (06:43 +0000)
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66853 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_genlist.h

index 56a206f..f65ce26 100644 (file)
@@ -35,7 +35,7 @@
  * - @c func - A struct with pointers to functions that will be called when
  *   an item is going to be actually created. All of them receive a @c data
  *   parameter that will point to the same data passed to
- *   elm_genlist_item_append() and related item creation functions, and a @c
+ *   elm_genlist_item_append() and related item creation functions, and an @c
  *   obj parameter that points to the genlist object itself.
  *
  * The function pointers inside @c func are @c text_get, @c content_get, @c
  *
  * If an item changes (state of boolean changes, text or contents change),
  * then use elm_genlist_item_update() to have genlist update the item with
- * the new state. Genlist will re-realize the item thus call the functions
+ * the new state. Genlist will re-realize the item and thus call the functions
  * in the _Elm_Genlist_Item_Class for that item.
  *
  * To programmatically (un)select an item use elm_genlist_item_selected_set().