spelling: receiving

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-09 02:30:33 -05:00
parent 1011568fc1
commit 958c0ad18b

View File

@ -915,7 +915,7 @@ impl<T: InvokeUiSession> Remote<T> {
}
},
Err(err) => {
println!("error recving digest: {}", err);
println!("error receiving digest: {}", err);
}
}
}