From bd099e2f4d51d76868a2b6dcc09ab785656a67e0 Mon Sep 17 00:00:00 2001 From: Jack May Date: Mon, 2 Dec 2019 10:56:01 -0800 Subject: [PATCH] Fix spelling (#7186) --- cli/src/stake.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/stake.rs b/cli/src/stake.rs index c5786c57ea..a78b51e75d 100644 --- a/cli/src/stake.rs +++ b/cli/src/stake.rs @@ -244,7 +244,7 @@ impl StakeSubCommands for App<'_, '_> { .takes_value(true) .required(true) .validator(is_pubkey_or_keypair) - .help("The account to which the lamports should be transfered") + .help("The account to which the lamports should be transferred") ) .arg( Arg::with_name("amount")