s/dervied/derived/

This commit is contained in:
Michael Vines
2020-01-25 23:22:23 -07:00
parent e2570c98ee
commit 41cf1d7d23
2 changed files with 3 additions and 3 deletions

View File

@ -1871,7 +1871,7 @@ pub fn app<'ab, 'v>(name: &str, about: &'ab str, version: &'v str) -> App<'ab, '
)
.subcommand(
SubCommand::with_name("create-address-with-seed")
.about("Generate a dervied account address with a seed")
.about("Generate a derived account address with a seed")
.arg(
Arg::with_name("seed")
.index(1)