Fix spelling (#7186)

This commit is contained in:
Jack May 2019-12-02 10:56:01 -08:00 committed by GitHub
parent 42f56b9f86
commit bd099e2f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")