From: seoz Date: Thu, 29 Dec 2011 04:45:30 +0000 (+0000) Subject: evas Evas.h: Fixed typo. X-Git-Tag: 2.0_alpha~153^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f22ff4224aa1b35b0e469e747e557c36f130e91c;p=framework%2Fuifw%2Fevas.git evas Evas.h: Fixed typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@66618 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 1939f3d..d820e25 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -5802,7 +5802,7 @@ EAPI Evas_Object *evas_focus_get (const Evas *e) EINA_WA EAPI Evas_Object *evas_object_name_find (const Evas *e, const char *name) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE; /** - * Retrieves the object from children of the given objec with the given name. + * Retrieves the object from children of the given object with the given name. * @param obj The parent (smart) object whose children to search. * @param name The given name. * @param recurse Set to the number of child levels to recurse (0 == don't recurse, 1 == only look at the children of @p obj or their immediate children, but no further etc.).