diff --git a/account_manager/src/cli.rs b/account_manager/src/cli.rs index ad84e0bd1..68892b972 100644 --- a/account_manager/src/cli.rs +++ b/account_manager/src/cli.rs @@ -7,7 +7,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> { .about("Utilities for generating and managing Ethereum 2.0 accounts.") .subcommand( SubCommand::with_name("validator") - .about("Generate or manage Etheruem 2.0 validators.") + .about("Generate or manage Ethereum 2.0 validators.") .subcommand(deposits::cli_app()) .subcommand( SubCommand::with_name("new")