app: fix typo

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2024-10-25 20:29:21 +02:00
parent d7a1ec7461
commit 520efdfa75
+1 -1
View File
@@ -726,7 +726,7 @@ func (w *Window) Event() event.Event {
if w.driver == nil {
e, ok := w.nextEvent()
if !ok {
panic("window initializion failed without a DestroyEvent")
panic("window initialization failed without a DestroyEvent")
}
return e
}