We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecac36 commit fdc5c51Copy full SHA for fdc5c51
tests/cfo/programs/cfo/src/lib.rs
@@ -964,7 +964,7 @@ fn is_stake_reward_ready(accounts: &DropStakeReward) -> Result<()> {
964
Ok(())
965
}
966
967
-// Redefintions.
+// Redefinitions.
968
//
969
// The following types are redefined so that they can be parsed into the IDL,
970
// since Anchor doesn't yet support idl parsing across multiple crates.
tests/lockup/programs/registry/src/lib.rs
@@ -1011,7 +1011,7 @@ pub struct ExpireReward<'info> {
1011
1012
#[account]
1013
pub struct Registrar {
1014
- /// Priviledged account.
+ /// Privileged account.
1015
pub authority: Pubkey,
1016
/// Nonce to derive the program-derived address owning the vaults.
1017
pub nonce: u8,
0 commit comments