diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index d087dfc0ea..67217c3f57 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -407,4 +407,4 @@ * Allow evas table to re-pack the same object without error and just update packing parameters - * Allow to get packign location of table child + * Allow to get packing location of table child diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 965e13aaa0..b4495c419a 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -8492,7 +8492,7 @@ EAPI Eina_Bool evas_object_table_mirrored_get (cons /** - * Get packgin location of a child of table + * Get packing location of a child of table * * @param o The given table object. * @param child The child object to add. @@ -8507,7 +8507,7 @@ EAPI Eina_Bool evas_object_table_mirrored_get (cons EAPI Eina_Bool evas_object_table_pack_get(Evas_Object *o, Evas_Object *child, unsigned short *col, unsigned short *row, unsigned short *colspan, unsigned short *rowspan); /** - * Add a new child to a table object. + * Add a new child to a table object or set its current packing. * * @param o The given table object. * @param child The child object to add.