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)