scollable -> scrollable

This commit is contained in:
Semen Zhydenko 2018-01-10 09:38:18 +01:00
parent e4f97a6436
commit 21a909f91c
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ func NewTextView() *TextView {
}
// SetScrollable sets the flag that decides whether or not the text view is
// scollable. If true, text is kept in a buffer and can be navigated.
// scrollable. If true, text is kept in a buffer and can be navigated.
func (t *TextView) SetScrollable(scrollable bool) *TextView {
t.scrollable = scrollable
if !scrollable {