From d738eda9c8b693b0ddae99debb366170502f9f51 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 28 Mar 2011 13:10:25 +0000 Subject: [PATCH] Elementary elm_transit.c: Fixed doxygen. SVN revision: 58153 --- legacy/elementary/src/lib/elm_transit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_transit.c b/legacy/elementary/src/lib/elm_transit.c index 502b022300..0092bc9984 100644 --- a/legacy/elementary/src/lib/elm_transit.c +++ b/legacy/elementary/src/lib/elm_transit.c @@ -564,8 +564,8 @@ elm_transit_objects_get(const Elm_Transit *transit) * @note When you add an object with elm_transit_object_add(), its state from * evas_object_pass_events_get(obj) is saved, and it is applied when the * transit ends, if you change this state with evas_object_pass_events_set() - * after add the object, this state will change again when @p transit stops to - * run. + * after adding the object, this state will change again when @p transit stops + * to run. * * @param transit The transit object. * @param enabled Disable or enable.