From e82438e53dc8716acc1c32e84df3b7cafd79bfaa Mon Sep 17 00:00:00 2001 From: Jon Egil Strand Date: Fri, 26 Nov 2021 19:17:41 +0100 Subject: [PATCH] io/router: fix spelling Signed-off-by: Jon Egil Strand --- io/router/pointer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/router/pointer_test.go b/io/router/pointer_test.go index 0e9c620a..fafe4c98 100644 --- a/io/router/pointer_test.go +++ b/io/router/pointer_test.go @@ -675,7 +675,7 @@ func TestCursorNameOp(t *testing.T) { case func() []event.Event: r.Queue(ev()...) default: - panic(fmt.Sprintf("unkown event %T", ev)) + panic(fmt.Sprintf("unknown event %T", ev)) } widget() r.Frame(ops)