From 540e8533be86345c122c8f46b0ec9862aa986ffd Mon Sep 17 00:00:00 2001 From: satan Date: Fri, 24 May 2024 16:43:22 +0200 Subject: [PATCH] Fix typo --- crates/apps_lib/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/apps_lib/src/cli.rs b/crates/apps_lib/src/cli.rs index b853d34b10..62ebb3afa6 100644 --- a/crates/apps_lib/src/cli.rs +++ b/crates/apps_lib/src/cli.rs @@ -3388,7 +3388,7 @@ pub mod args { .requires(PATH_OPT.name) .requires(BLOCK_HEIGHT_OPT.name) .help(wrap!( - "Hash to verify contents of optinally provided \ + "Hash to verify contents of optionally provided \ migrations file." )), )