davemds pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7681bfdbc816af57656af090f3529158084356b9
commit 7681bfdbc816af57656af090f3529158084356b9 Author: Dave Andreoli <[email protected]> Date: Thu Oct 22 19:35:51 2015 +0200 Fix typo in docs not "a castrated ram (a male sheep)" :D --- src/lib/elm_hoversel.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_hoversel.eo b/src/lib/elm_hoversel.eo index b537ed1..ae67b10 100644 --- a/src/lib/elm_hoversel.eo +++ b/src/lib/elm_hoversel.eo @@ -43,7 +43,7 @@ class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface, } } @property scrollable { - [[Control wether scrolling is enabled. + [[Control whether scrolling is enabled. This Limit the size of contents and make them scrollable. --
