This commit is contained in:
Floris Bruynooghe
2023-04-04 14:44:29 +02:00
parent 32629b9f9e
commit 61b00f9991

View File

@@ -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
};