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.