Typo: retreiv... -> retriev... (#614)
This commit is contained in:
parent
4c117aa282
commit
df9b23c96a
2 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue