elm: Fixed document typo.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 25 Jul 2011 06:36:59 +0000 (06:36 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 25 Jul 2011 06:36:59 +0000 (06:36 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61664 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_gengrid.c
src/lib/elm_genlist.c

index 8589638..c48ca00 100644 (file)
@@ -2352,9 +2352,9 @@ elm_gengrid_item_data_get(const Elm_Gengrid_Item *item)
 }
 
 /**
- * Set the datan item from the gengrid item
+ * Set the data item from the gengrid item
  *
- * This set the data value passed on the elm_gengrid_item_append() and
+ * This sets the data value passed on the elm_gengrid_item_append() and
  * related item addition calls. This function will also call
  * elm_gengrid_item_update() so the item will be updated to reflect
  * the new data.
index 305d40c..29120de 100644 (file)
@@ -4776,7 +4776,7 @@ elm_genlist_item_del(Elm_Genlist_Item *it)
 /**
  * Set the data item from the genlist item
  *
- * This set the data value passed on the elm_genlist_item_append() and
+ * This sets the data value passed on the elm_genlist_item_append() and
  * related item addition calls. This function will not call
  * elm_genlist_item_update() anymore. So call elm_genlist_item_update()
  * manually only when it's needed.