refactor(core): fix typo in event.rs (#2126)

recieved -> received
This commit is contained in:
Ikko Ashimine 2021-06-30 22:04:09 +09:00 committed by GitHub
parent fd0334645b
commit 8f16c1df7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ impl Cmd {
let window_label: Option<P::Label> = window_label.map(|l| {
l.parse()
.unwrap_or_else(|_| panic!("Event module recieved unhandled window: {}", l))
.unwrap_or_else(|_| panic!("Event module received unhandled window: {}", l))
});
// dispatch the event to Rust listeners