evas Evas.h: Fixed typo.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Dec 2011 04:45:30 +0000 (04:45 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Dec 2011 04:45:30 +0000 (04:45 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@66618 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 1939f3d..d820e25 100644 (file)
@@ -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.).