From 2346bba2ae2e9866eb925e3333d8e7d77edb9bd9 Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 20 Jun 2011 11:10:55 +0000 Subject: [PATCH] typo-- git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@60519 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- ChangeLog | 2 +- src/lib/Evas.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d087dfc..67217c3 100644 --- a/ChangeLog +++ b/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/src/lib/Evas.h b/src/lib/Evas.h index 965e13a..b4495c4 100644 --- a/src/lib/Evas.h +++ b/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. -- 2.7.4