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

View File

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