Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 707382e

Browse files
author
Ikko Ashimine
authored
Fix typo in main.rs (#2569)
auxillary -> auxiliary
1 parent 75ddd9b commit 707382e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ fn main() {
18861886
Arg::with_name("create_aux_account")
18871887
.takes_value(false)
18881888
.long("create-aux-account")
1889-
.help("Wrap SOL in an auxillary account instead of associated token account"),
1889+
.help("Wrap SOL in an auxiliary account instead of associated token account"),
18901890
)
18911891
.nonce_args(true)
18921892
.offline_args(),

0 commit comments

Comments
 (0)