From cf3af49395b92033ce705a0659a04fe851a0f8fb Mon Sep 17 00:00:00 2001 From: Sanjeev BA Date: Thu, 24 Nov 2011 15:15:23 +0000 Subject: [PATCH] Fix a few typos. Signed-off-by: Sanjeev BA SVN revision: 65577 --- src/lib/Elementary.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 67f4e23..2677e95 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -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. -- 2.7.4