Skip to content

Commit

Permalink
Fix typo in main.rs (solana-labs#2569)
Browse files Browse the repository at this point in the history
auxillary -> auxiliary
  • Loading branch information
eltociear authored Nov 10, 2021
1 parent 75ddd9b commit 707382e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 707382e

Please sign in to comment.