mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Typo fix: eror => error (#7773)
This commit is contained in:
@@ -27,7 +27,7 @@ fn handle_err<T>(result: std::io::Result<T>) -> T {
|
||||
match result {
|
||||
Ok(r) => r,
|
||||
Err(e) => {
|
||||
panic!("Critical database eror: {:?}", e);
|
||||
panic!("Critical database error: {:?}", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user