mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
Typo: retreiv... -> retriev... (#614)
This commit is contained in:
committed by
Francesca Frangipane
parent
4c117aa282
commit
df9b23c96a
@@ -357,7 +357,7 @@ lazy_static! {
|
||||
}
|
||||
};
|
||||
// Message sent when we want to execute a closure in the thread.
|
||||
// WPARAM contains a Box<Box<FnMut()>> that must be retreived with `Box::from_raw`,
|
||||
// WPARAM contains a Box<Box<FnMut()>> that must be retrieved with `Box::from_raw`,
|
||||
// and LPARAM is unused.
|
||||
static ref EXEC_MSG_ID: u32 = {
|
||||
unsafe {
|
||||
|
||||
Reference in New Issue
Block a user