From 41cf1d7d23d35fc7372343f04d89b3b417fe1099 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 25 Jan 2020 23:22:23 -0700 Subject: [PATCH] s/dervied/derived/ --- book/src/cli/usage.md | 4 ++-- cli/src/cli.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/book/src/cli/usage.md b/book/src/cli/usage.md index 367ed12a0f..37de5c8124 100644 --- a/book/src/cli/usage.md +++ b/book/src/cli/usage.md @@ -212,7 +212,7 @@ SUBCOMMANDS: cluster-version Get the version of the cluster entrypoint config Solana command-line tool configuration settings confirm Confirm transaction by signature - create-address-with-seed Generate a dervied account address with a seed + create-address-with-seed Generate a derived account address with a seed create-archiver-storage-account Create an archiver storage account create-nonce-account Create a nonce account create-stake-account Create a stake account @@ -618,7 +618,7 @@ ARGS: #### solana-create-address-with-seed ```text solana-create-address-with-seed -Generate a dervied account address with a seed +Generate a derived account address with a seed USAGE: solana create-address-with-seed [FLAGS] [OPTIONS] diff --git a/cli/src/cli.rs b/cli/src/cli.rs index d1c6a9cd26..71e414e465 100644 --- a/cli/src/cli.rs +++ b/cli/src/cli.rs @@ -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)