spelling: selection

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-09 02:30:36 -05:00
parent 3949e3162c
commit d6bc1d4b8a

View File

@ -593,7 +593,7 @@ impl Connection {
Some(data) = rx_from_cm.recv() => {
match data {
ipc::Data::Close => {
bail!("Close requested from selfection manager");
bail!("Close requested from selection manager");
}
_ => {}
}