From: hermet Date: Thu, 11 Aug 2011 13:17:40 +0000 (+0000) Subject: elementary - fixed typo X-Git-Tag: REL_F_I9500_20120323_1~17^2~1951 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2a79ea7b64df483fe8235c0234fa38dccb6637a;p=framework%2Fuifw%2Felementary.git elementary - fixed typo git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62351 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index e2bfdbb..662b06c 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -2678,7 +2678,7 @@ extern "C" { * * Objects when inside a scroller can scroll, but this may not always be * desirable in certain situations. This allows an object to hint to itself - * and parents to "not scroll" in one of 2 ways. If any chilkd object of a + * and parents to "not scroll" in one of 2 ways. If any child object of a * scroller has pushed a scroll freeze or hold then it affects all parent * scrollers until all children have released them. *