spelling: selection
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3949e3162c
commit
d6bc1d4b8a
@ -593,7 +593,7 @@ impl Connection {
|
|||||||
Some(data) = rx_from_cm.recv() => {
|
Some(data) = rx_from_cm.recv() => {
|
||||||
match data {
|
match data {
|
||||||
ipc::Data::Close => {
|
ipc::Data::Close => {
|
||||||
bail!("Close requested from selfection manager");
|
bail!("Close requested from selection manager");
|
||||||
}
|
}
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user