summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Gläßer <tobimensch@users.noreply.github.com>2018-10-29 11:38:26 -0400
committerThomas Buckley-Houston <tom@tombh.co.uk>2019-06-24 09:09:58 +0300
commit49eebee0c93fcf75a753184d7c10c7cbed23f424 (patch)
tree3a11d85a5dec02eba1a101ceaf10d6d12888e63a
parentd3fff67c61b67ac2f0924818da8c1fdc3c45fabc (diff)
Fixed typo
-rw-r--r--interfacer/test/tty/tty_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfacer/test/tty/tty_test.go b/interfacer/test/tty/tty_test.go
index f31f244..8c620c4 100644
--- a/interfacer/test/tty/tty_test.go
+++ b/interfacer/test/tty/tty_test.go
@@ -191,7 +191,7 @@ var _ = Describe("Showing a basic webpage", func() {
})
Describe("Text positioning", func() {
- It("should position the left/right-aligned coloumns", func() {
+ It("should position the left/right-aligned columns", func() {
Expect("Smörgåsbord▄(Swedish:").To(BeInFrameAt(12, 10))
Expect("The▄Swedish▄word").To(BeInFrameAt(42, 10))
})