From cf0cf5a733efb1ff3ff0a9587357eb65e938f9f8 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 5 Feb 2025 14:31:18 +0000 Subject: [PATCH] chore: update crates/irohad/src/main.rs. occured -> occurred Signed-off-by: Ikko Eltociear Ashimine --- crates/irohad/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/irohad/src/main.rs b/crates/irohad/src/main.rs index b3f4339c4..c87c21895 100644 --- a/crates/irohad/src/main.rs +++ b/crates/irohad/src/main.rs @@ -95,7 +95,7 @@ enum MainError { Logger, #[error("Failed to start Iroha")] IrohaStart, - #[error("Error occured while running Iroha")] + #[error("Error occurred while running Iroha")] IrohaRun, } -- Gitee