Tiny typo fix (#18978)

This commit is contained in:
NearlyAlwaysThere 2021-07-29 16:07:10 -04:00 committed by GitHub
parent 81026f9ea5
commit 46fdf8a4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ impl ProgramSubCommands for App<'_, '_> {
)
.subcommand(
SubCommand::with_name("close")
.about("Close an acount and withdraw all lamports")
.about("Close an account and withdraw all lamports")
.arg(
Arg::with_name("account")
.index(1)