From 21a909f91c128eda9b9b50c3b73fb60c14cf4e5a Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Wed, 10 Jan 2018 09:38:18 +0100 Subject: [PATCH] scollable -> scrollable --- textview.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textview.go b/textview.go index f063ebe..dbc4a71 100644 --- a/textview.go +++ b/textview.go @@ -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 {