From 3c200ae45a514d90ea9ca9a3f9cf4d7ff7efa57b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 14:22:10 -0600 Subject: [PATCH] Tiny typo fix (#18978) (#18979) (cherry picked from commit 46fdf8a4d2ff3202058449a78ea593313ced5ff1) Co-authored-by: NearlyAlwaysThere <87867628+NearlyAlwaysThere@users.noreply.github.com> --- 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 61b55f6a0d..99e66e92fe 100644 --- a/cli/src/program.rs +++ b/cli/src/program.rs @@ -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)