typo--
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Jun 2011 11:10:55 +0000 (11:10 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Jun 2011 11:10:55 +0000 (11:10 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@60519 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
src/lib/Evas.h

index d087dfc..67217c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * 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
index 965e13a..b4495c4 100644 (file)
@@ -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.