hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=70acf0642ea00e68264c4c7034b43616456e117f
commit 70acf0642ea00e68264c4c7034b43616456e117f Author: Vaibhav Gupta <[email protected]> Date: Wed Jun 3 21:19:32 2015 +0900 Gengrid: Fix typo in API Documentation. Summary: Signed-off-by: Vaibhav Gupta <[email protected]> Reviewers: raster, Hermet Reviewed By: Hermet Subscribers: sachin.dev, singh.amitesh Differential Revision: https://phab.enlightenment.org/D2619 --- src/lib/elm_gengrid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_gengrid.h b/src/lib/elm_gengrid.h index 6def65c..f0c9800 100644 --- a/src/lib/elm_gengrid.h +++ b/src/lib/elm_gengrid.h @@ -58,7 +58,7 @@ * than one part is provided, they must have names listed separated * by spaces in the data fields. For the default gengrid item * theme, we have @b one text part (@c "elm.text"), @b two content - * parts (@c "elm.swalllow.icon" and @c "elm.swallow.end") and @b + * parts (@c "elm.swallow.icon" and @c "elm.swallow.end") and @b * no state parts. * * A gengrid item may be at one of several styles. Elementary --
