From 0c167d3052e77c2bcf59a321c31de1f93e46854f Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 29 Dec 2011 04:45:30 +0000 Subject: [PATCH] evas Evas.h: Fixed typo. SVN revision: 66618 --- legacy/evas/src/lib/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 1939f3d939..d820e2568a 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/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.).