From e92a81b741a8d4d17d5e679ef177eaca1e4d66ad Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 20 Dec 2021 06:33:21 +0100 Subject: [PATCH] typo: lanaguage -> language (#22009) --- keygen/src/keygen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keygen/src/keygen.rs b/keygen/src/keygen.rs index 951026ce73..7f7cf2b40f 100644 --- a/keygen/src/keygen.rs +++ b/keygen/src/keygen.rs @@ -53,7 +53,7 @@ const WORD_COUNT_ARG: ArgConstant<'static> = ArgConstant { const LANGUAGE_ARG: ArgConstant<'static> = ArgConstant { long: "language", name: "language", - help: "Specify the mnemonic lanaguage that will be present in the generated seed phrase", + help: "Specify the mnemonic language that will be present in the generated seed phrase", }; const NO_PASSPHRASE_ARG: ArgConstant<'static> = ArgConstant {