From 67fd13d71851f3efa2395326e631c914f501ba2b Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Sun, 27 Feb 2011 23:00:54 +0000 Subject: [PATCH] elementary / transit - fixed a wrong word in doxygen. SVN revision: 57401 --- legacy/elementary/src/lib/elm_transit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_transit.c b/legacy/elementary/src/lib/elm_transit.c index 06f2baa13d..8d44f64f6b 100644 --- a/legacy/elementary/src/lib/elm_transit.c +++ b/legacy/elementary/src/lib/elm_transit.c @@ -2558,7 +2558,7 @@ _transit_effect_image_animation_context_new(Eina_List *images) } /** - * Add the Rotation Effect to Elm_Transit. + * Add the ImageAnimation Effect to Elm_Transit. * * @note This API is one of the facades. It creates image animation effect context * and add it's required APIs to elm_transit_effect_add.