elementary - fixed typo

SVN revision: 62351
This commit is contained in:
ChunEon Park 2011-08-11 13:17:40 +00:00
parent 2605c2c0d8
commit 5533e4dab2
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*