Tiny typo fix (#18978) (#18979)

(cherry picked from commit 46fdf8a4d2)

Co-authored-by: NearlyAlwaysThere <87867628+NearlyAlwaysThere@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-07-29 14:22:10 -06:00
committed by GitHub
parent 74e7c7cbd0
commit 3c200ae45a

View File

@ -330,7 +330,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)