Skip to content
Snippets Groups Projects
Commit 3e465a15 authored by Subsocial's avatar Subsocial Committed by GitHub
Browse files

Fix typo: eror -> error (#6293)

parent 73851943
No related merge requests found
......@@ -27,7 +27,7 @@ fn handle_err<T>(result: parity_db::Result<T>) -> T {
match result {
Ok(r) => r,
Err(e) => {
panic!("Critical database eror: {:?}", e);
panic!("Critical database error: {:?}", e);
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment