forked from joejulian/gio
io/router: fix spelling
Signed-off-by: Jon Egil Strand <jon.egil.strand@gmail.com>
This commit is contained in:
committed by
Elias Naur
parent
a699f771c6
commit
e82438e53d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user