elm elm_gengrid.h elm_genlist.h: Fixed documentation typo.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 Apr 2012 06:31:10 +0000 (06:31 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 Apr 2012 06:31:10 +0000 (06:31 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@70254 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_gengrid.h
src/lib/elm_genlist.h

index 12297b9..c88232a 100644 (file)
@@ -827,7 +827,7 @@ EAPI unsigned int elm_gengrid_items_count(const Evas_Object *obj);
  *
  * @return New allocated a gengrid item class.
  *
- * This adds gengrid item class for the gengrid widget. When adding a item,
+ * This adds gengrid item class for the gengrid widget. When adding an item,
  * gengrid_item_{append, prepend, insert} function needs item class of the item.
  * Given callback parameters are used at retrieving {text, content} of
  * added item. Set as NULL if it's not used.
@@ -841,7 +841,7 @@ EAPI unsigned int elm_gengrid_items_count(const Evas_Object *obj);
 EAPI Elm_Gengrid_Item_Class *elm_gengrid_item_class_new(void);
 
 /**
- * Remove a item class in a given gengrid widget.
+ * Remove an item class in a given gengrid widget.
  *
  * @param itc The itc to be removed.
  *
index 6f49429..686b764 100644 (file)
@@ -1001,7 +1001,7 @@ EAPI unsigned int elm_genlist_items_count(const Evas_Object *obj);
  *
  * @return New allocated a genlist item class.
  *
- * This adds genlist item class for the genlist widget. When adding a item,
+ * This adds genlist item class for the genlist widget. When adding an item,
  * genlist_item_{append, prepend, insert} function needs item class of the item.
  * Given callback parameters are used at retrieving {text, content} of
  * added item. Set as NULL if it's not used.
@@ -1015,8 +1015,8 @@ EAPI unsigned int elm_genlist_items_count(const Evas_Object *obj);
 EAPI Elm_Genlist_Item_Class *elm_genlist_item_class_new(void);
 
 /**
- * Remove a item class in a given genlist widget.
- *
+ * Remove an item class in a given genlist widget.
k*
  * @param itc The itc to be removed.
  *
  * This removes item class from the genlist widget.