From 1528f0629849a4275b82a0235044e452dd3bd9ed Mon Sep 17 00:00:00 2001 From: Ryuan Choi Date: Mon, 4 Nov 2013 18:45:38 +0900 Subject: [PATCH] gengrid: Fixed documentation typo. --- legacy/elementary/src/lib/elm_gengrid_legacy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_gengrid_legacy.h b/legacy/elementary/src/lib/elm_gengrid_legacy.h index 65d15991d1..81cdbaaf91 100644 --- a/legacy/elementary/src/lib/elm_gengrid_legacy.h +++ b/legacy/elementary/src/lib/elm_gengrid_legacy.h @@ -460,7 +460,7 @@ EAPI unsigned int elm_gengrid_items_count(const Evas_Object *obj); * * @param obj The gengrid object. * @param w The items' width. - * @param h The items' height; + * @param h The items' height. * * A gengrid, after creation, has still no information on the size * to give to each of its cells. So, you most probably will end up @@ -495,7 +495,7 @@ EAPI void elm_gengrid_item_size_get(const Evas_Object * * * @param obj The gengrid object. * @param w The group items' width. - * @param h The group items' height; + * @param h The group items' height. * * A gengrid, after creation, has still no information on the size * to give to each of its cells. So, you most probably will end up