Skip to content

Commit fdc5c51

Browse files
docs: fix typo (#3868)
* Update lib.rs * Update lib.rs
1 parent 8ecac36 commit fdc5c51

File tree

2 files changed

+2
-2
lines changed
  • tests
    • cfo/programs/cfo/src
    • lockup/programs/registry/src

2 files changed

+2
-2
lines changed

tests/cfo/programs/cfo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ fn is_stake_reward_ready(accounts: &DropStakeReward) -> Result<()> {
964964
Ok(())
965965
}
966966

967-
// Redefintions.
967+
// Redefinitions.
968968
//
969969
// The following types are redefined so that they can be parsed into the IDL,
970970
// since Anchor doesn't yet support idl parsing across multiple crates.

tests/lockup/programs/registry/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ pub struct ExpireReward<'info> {
10111011

10121012
#[account]
10131013
pub struct Registrar {
1014-
/// Priviledged account.
1014+
/// Privileged account.
10151015
pub authority: Pubkey,
10161016
/// Nonce to derive the program-derived address owning the vaults.
10171017
pub nonce: u8,

0 commit comments

Comments
 (0)