typo: lanaguage -> language (#22009) (#22015)

(cherry picked from commit e92a81b741)

Co-authored-by: Peter Johnson <peter@geocode.earth>
This commit is contained in:
mergify[bot]
2021-12-20 07:34:31 +00:00
committed by GitHub
parent bf41c53f11
commit f58c375b1f

View File

@ -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 {