This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2296,7 +2296,7 @@ pub fn app<'a, 'b>(
2296
2296
)
2297
2297
. subcommand (
2298
2298
SubCommand :: with_name ( CommandName :: UpdateConfidentialTransferSettings . into ( ) )
2299
- . about ( "Update confidential transfer configuation for a token" )
2299
+ . about ( "Update confidential transfer configuration for a token" )
2300
2300
. arg (
2301
2301
Arg :: with_name ( "token" )
2302
2302
. validator ( is_valid_pubkey)
Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ where
402
402
& self ,
403
403
_data_len : usize ,
404
404
) -> ProgramClientResult < u64 > {
405
- Err ( "Unable to fetch minimum blance for rent exemption in offline mode" . into ( ) )
405
+ Err ( "Unable to fetch minimum balance for rent exemption in offline mode" . into ( ) )
406
406
}
407
407
408
408
async fn get_latest_blockhash ( & self ) -> ProgramClientResult < Hash > {
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ pub fn check_program_account(spl_token_program_id: &Pubkey) -> ProgramResult {
107
107
Ok ( ( ) )
108
108
}
109
109
110
- /// Checks that the supplied program ID is corect for spl-token or
110
+ /// Checks that the supplied program ID is correct for spl-token or
111
111
/// spl-token-2022
112
112
pub fn check_spl_token_program_account ( spl_token_program_id : & Pubkey ) -> ProgramResult {
113
113
if spl_token_program_id != & id ( ) && spl_token_program_id != & spl_token:: id ( ) {
You can’t perform that action at this time.
0 commit comments