elm: Fixed document typo.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 25 Jul 2011 06:36:59 +0000 (06:36 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 25 Jul 2011 06:36:59 +0000 (06:36 +0000)
SVN revision: 61664

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.