mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
typo
This commit is contained in:
@@ -95,7 +95,7 @@ pub async fn imex(
|
||||
imex_inner(context, what, path, passphrase)
|
||||
.race(async {
|
||||
ongoing_guard.await;
|
||||
Err(format_err!("canceled"))
|
||||
Err(format_err!("cancelled"))
|
||||
})
|
||||
.await
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user