From efa84dc89a2f2f4b4192dad44a76afb2862e2896 Mon Sep 17 00:00:00 2001 From: seoz Date: Fri, 6 May 2011 23:29:55 +0000 Subject: [PATCH] Elementary slideshow: Fixed doxygen typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@59254 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_slideshow.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.7.4