Typo: retreiv... -> retriev... (#614)

This commit is contained in:
Felix Rabe 2018-07-27 20:59:53 +02:00 committed by Francesca Frangipane
parent 4c117aa282
commit df9b23c96a
2 changed files with 5 additions and 5 deletions

View file

@ -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 {