From 5533e4dab233727c7d44fc410ca9b8975addef22 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Thu, 11 Aug 2011 13:17:40 +0000 Subject: [PATCH] elementary - fixed typo SVN revision: 62351 --- legacy/elementary/src/lib/Elementary.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index e2bfdbb1f7..662b06cdf3 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/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. *