From f58c375b1f674465731d84846ec1d409f7569199 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 07:34:31 +0000 Subject: [PATCH] typo: lanaguage -> language (#22009) (#22015) (cherry picked from commit e92a81b741a8d4d17d5e679ef177eaca1e4d66ad) Co-authored-by: Peter Johnson --- 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 {