From 534c5d617d30548176bebedd2d0c325f4ae35226 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 20 Oct 2010 16:18:52 +0000 Subject: [PATCH] Fix doxy typo. SVN revision: 53677 --- legacy/evas/src/lib/canvas/evas_object_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/canvas/evas_object_main.c b/legacy/evas/src/lib/canvas/evas_object_main.c index bac1a5abf6..04099dc27b 100644 --- a/legacy/evas/src/lib/canvas/evas_object_main.c +++ b/legacy/evas/src/lib/canvas/evas_object_main.c @@ -1635,7 +1635,7 @@ evas_object_precise_is_inside_get(const Evas_Object *obj) * Set a hint flag on the object that this is used as a static "clipper". * * This is a hint to evas that this object is used as a big static clipper - * andshouldnt be moved with children and otherwise considered specially. The + * and shouldnt be moved with children and otherwise considered specially. The * Default is off. * * @param obj The given object.