diff options
author | Tobias Gläßer <tobimensch@users.noreply.github.com> | 2018-10-24 13:48:54 -0400 |
---|---|---|
committer | Thomas Buckley-Houston <tom@tombh.co.uk> | 2019-06-24 09:09:58 +0300 |
commit | fac1af7f2a2e001372f1a04b7576d254d7e72793 (patch) | |
tree | bbe9f5404e5fb1965677dbcae6339739fb262924 | |
parent | 8fc15f3301b7f972ce44f20b571f2eb6a2f3982e (diff) |
Fixed typo in comment
-rw-r--r-- | interfacer/src/browsh/input_box.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfacer/src/browsh/input_box.go b/interfacer/src/browsh/input_box.go index b69010d..405096e 100644 --- a/interfacer/src/browsh/input_box.go +++ b/interfacer/src/browsh/input_box.go @@ -12,7 +12,7 @@ var activeInputBox *inputBox // A box into which you can enter text. Generally will be forwarded to a standard // HTML input box in the real browser. // -// Note that tcell alreay has some ready-made code in its 'views' concept for +// Note that tcell already has some ready-made code in its 'views' concept for // dealing with input areas. However, at the time of writing it wasn't well documented, // so it was unclear how easy it would be to integrate the requirements of Browsh's // input boxes - namely overlaying them onto the existing graphics and having them |