diff --git a/token/cli/src/main.rs b/token/cli/src/main.rs index 0d20cbbe9dd..497ad7563ae 100644 --- a/token/cli/src/main.rs +++ b/token/cli/src/main.rs @@ -1886,7 +1886,7 @@ fn main() { Arg::with_name("create_aux_account") .takes_value(false) .long("create-aux-account") - .help("Wrap SOL in an auxillary account instead of associated token account"), + .help("Wrap SOL in an auxiliary account instead of associated token account"), ) .nonce_args(true) .offline_args(),