From 707382ee96c1197b50ab3e837b3c46b975e75a4f Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 11 Nov 2021 03:18:07 +0900 Subject: [PATCH] Fix typo in main.rs (#2569) auxillary -> auxiliary --- token/cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),