From: seoz Date: Fri, 6 May 2011 23:29:55 +0000 (+0000) Subject: Elementary slideshow: Fixed doxygen typo. X-Git-Tag: REL_F_I9200_20110722_1~8^2~50^2~367 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c4d44c290fb4b4e59d7ac663bfdf59e18cbbadb;p=framework%2Fuifw%2Felementary.git Elementary slideshow: Fixed doxygen typo. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59254 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_slideshow.c b/src/lib/elm_slideshow.c index 6442a3e..5b638cd 100644 --- a/src/lib/elm_slideshow.c +++ b/src/lib/elm_slideshow.c @@ -11,7 +11,7 @@ * * The slideshow use 2 callbacks to create and delete the objects displayed. When an item * is displayed the function itc->func.get() is called. This function should create the object, - * for example the object can be an evas_object_image or a photocam. When a object is no more + * for example the object can be an evas_object_image or a photocam. When an object is no more * displayed the function itc->func.del() is called, the user can delete the dana associated to the item. * * Signals that you can add callbacks for are: @@ -395,7 +395,7 @@ elm_slideshow_add(Evas_Object *parent) } /** - * Add a object in the list. The object can be a evas object image or a elm photo for example. + * Add an object in the list. The object can be a evas object image or a elm photo for example. * * @param obj The slideshow object * @aram itc Callbacks used to create the object and delete the data associated when the item is deleted. @@ -425,7 +425,7 @@ elm_slideshow_item_add(Evas_Object *obj, const Elm_Slideshow_Item_Class *itc, co } /** - * Insert a object in the list. The object can be a evas object image or a elm photo for example. + * Insert an object in the list. The object can be a evas object image or a elm photo for example. * * @param obj The slideshow object * @aram itc Callbacks used to create the object and delete the data associated when the item is deleted.