From f73248e766e54e80fed13dfb00e036e7c7a9985f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 12 Sep 2011 01:56:57 +0000 Subject: [PATCH] typos SVN revision: 63332 --- legacy/elementary/src/lib/Elementary.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index 2068d1a665..783d8a05f8 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/src/lib/Elementary.h.in @@ -7889,7 +7889,7 @@ extern "C" { * - @c "scroll,drag,stop" - called when dragging the content has * stopped. * - * List of gendrid examples: + * List of gengrid examples: * @li @ref gengrid_example */ @@ -8237,7 +8237,7 @@ extern "C" { * @c EINA_FALSE otherwise * * This will make items in @p obj selectable or not. In the latter - * case, any user interacion on the gendrid items will neither make + * case, any user interaction on the gengrid items will neither make * them appear selected nor them call their selection callback * functions. *