From bf47e3a9d9d94de4f235743fde555407e500dc63 Mon Sep 17 00:00:00 2001 From: seoz Date: Mon, 25 Jul 2011 06:36:59 +0000 Subject: [PATCH] elm: Fixed document typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61664 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_gengrid.c | 4 ++-- src/lib/elm_genlist.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c index 8589638..c48ca00 100644 --- a/src/lib/elm_gengrid.c +++ b/src/lib/elm_gengrid.c @@ -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. diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 305d40c..29120de 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -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. -- 2.7.4