mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix typo recieve -> receive
This commit is contained in:
parent
cecfea0714
commit
f23fe485c3
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ impl<Message, LTF, STF> Constellation<Message, LTF, STF>
|
|||
fn handle_shutdown(&mut self) {
|
||||
// At this point, there are no active pipelines,
|
||||
// so we can safely block on other threads, without worrying about deadlock.
|
||||
// Channels to recieve signals when threads are done exiting.
|
||||
// Channels to receive signals when threads are done exiting.
|
||||
let (core_sender, core_receiver) = ipc::channel().expect("Failed to create IPC channel!");
|
||||
let (storage_sender, storage_receiver) = ipc::channel().expect("Failed to create IPC channel!");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue