Fix a few typos.

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>

SVN revision: 65577
This commit is contained in:
Sanjeev BA 2011-11-24 15:15:23 +00:00 committed by Sanjeev BA
parent fd6f69ca53
commit f61effb7a7
1 changed files with 1 additions and 1 deletions

View File

@ -10198,7 +10198,7 @@ extern "C" {
*/
EAPI Evas_Object *elm_layout_box_remove(Evas_Object *obj, const char *part, Evas_Object *child) EINA_ARG_NONNULL(1, 2, 3);
/**
* Remove all child of the given part box.
* Remove all children of the given part box.
*
* @param obj The layout object
* @param part The box part name to remove child.