summaryrefslogtreecommitdiffstats
path: root/pkg/gui/style
diff options
context:
space:
mode:
authorcodesoap <codesoap@mailbox.org>2021-09-01 22:51:24 +0200
committercodesoap <codesoap@mailbox.org>2021-09-01 22:51:24 +0200
commitc1d2aa61f3af471df014c8c19df7da481f0c5901 (patch)
tree1ab0b9b7ccb4b310bc6a543beeb37a466eced770 /pkg/gui/style
parent63072af5bc4f93207b4ff1f49c45772a828fa13f (diff)
Fix misspells
Diffstat (limited to 'pkg/gui/style')
-rw-r--r--pkg/gui/style/style_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/style/style_test.go b/pkg/gui/style/style_test.go
index 8298076a5..cadd3c397 100644
--- a/pkg/gui/style/style_test.go
+++ b/pkg/gui/style/style_test.go
@@ -189,7 +189,7 @@ func TestTemplateFuncMapAddColors(t *testing.T) {
"\x1b[31m\x1b[1mbar\x1b[0m\x1b[0m",
},
{
- "multiple string with diffrent colors",
+ "multiple string with different colors",
"{{ .Foo | red }} - {{ .Foo | blue }}",
"\x1b[31mbar\x1b[0m - \x1b[34mbar\x1b[0m",
},