diff --git a/legacy/edje/doc/examples.dox b/legacy/edje/doc/examples.dox index 68b4ba018e..85fd25bf9f 100644 --- a/legacy/edje/doc/examples.dox +++ b/legacy/edje/doc/examples.dox @@ -1002,7 +1002,7 @@ * @until } * @until } * - * Now we move to our .c file, you will notice this #define: + * Now we move to our .c file, you will notice this define: * @dontinclude edje-basic2.c * @skipline #define WALK * diff --git a/legacy/edje/src/lib/Edje.h b/legacy/edje/src/lib/Edje.h index f0a1dbece5..a3178e4fcc 100644 --- a/legacy/edje/src/lib/Edje.h +++ b/legacy/edje/src/lib/Edje.h @@ -2200,7 +2200,7 @@ EAPI void edje_object_size_min_restricted_calc(Evas_Object *obj, Evas_Co /** * @brief Check if an Edje part exists in a given Edje object's group - * definition.. + * definition. * * @param obj A handle to an Edje object * @param part The part's name to check for existence in @p obj's