io/router: fix spelling

Signed-off-by: Jon Egil Strand <jon.egil.strand@gmail.com>
This commit is contained in:
Jon Egil Strand
2021-11-26 19:17:41 +01:00
committed by Elias Naur
parent a699f771c6
commit e82438e53d
+1 -1
View File
@@ -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)