From 46fdf8a4d2ff3202058449a78ea593313ced5ff1 Mon Sep 17 00:00:00 2001 From: NearlyAlwaysThere <87867628+NearlyAlwaysThere@users.noreply.github.com> Date: Thu, 29 Jul 2021 16:07:10 -0400 Subject: [PATCH] Tiny typo fix (#18978) --- cli/src/program.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/program.rs b/cli/src/program.rs index 74f6d7e848..871e382b76 100644 --- a/cli/src/program.rs +++ b/cli/src/program.rs @@ -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)