typo: lanaguage -> language (#22009)

This commit is contained in:
Peter Johnson 2021-12-20 06:33:21 +01:00 committed by GitHub
parent 65d59f4ef0
commit e92a81b741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {