Skip to content

Commit

Permalink
Fix typo (coral-xyz#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
unordered-set authored Jul 16, 2022
1 parent 302b6ac commit 24555d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/1-account-data-matching/recommended/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub mod account_data_matching_recommended {
use super::*;

pub fn log_message(ctx: Context<LogMessage>) -> ProgramResult {
msg!("Your acocunt balance is: {}", ctx.accounts.token.amount);
msg!("Your account balance is: {}", ctx.accounts.token.amount);
Ok(())
}
}
Expand Down

0 comments on commit 24555d0

Please sign in to comment.