mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Fix typo
This commit is contained in:
parent
e089ecd6cf
commit
615779187c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ impl<T: Send + 'static, E: Send + Debug + 'static> FuturesResolver<T, E> {
|
|||
while let Some(res) = rx.recv().await {
|
||||
match res {
|
||||
Ok(ret) => return Some(ret),
|
||||
Err(err) => warn!(?err, "Faile to resolve the future"),
|
||||
Err(err) => warn!(?err, "Fail to resolve the future"),
|
||||
}
|
||||
}
|
||||
None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue