Skip to content

Commit 6a34b7d

Browse files
committed
chore: correct typos in comments
1 parent a96cea8 commit 6a34b7d

File tree

2 files changed

+2
-2
lines changed
  • tests/auction-house/programs/auction-house/src
  • ts/packages/spl-governance/program

2 files changed

+2
-2
lines changed

tests/auction-house/programs/auction-house/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ pub mod auction_house {
773773
&[auction_house.bump],
774774
];
775775

776-
// with the native account, the escrow is it's own owner,
776+
// with the native account, the escrow is its own owner,
777777
// whereas with token, it is the auction house that is owner.
778778
let signer_seeds_for_royalties = if is_native {
779779
escrow_signer_seeds

ts/packages/spl-governance/program/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ pub enum ProposalState {
12751275
#[derive(AnchorSerialize, AnchorDeserialize)]
12761276
pub enum VoteType {
12771277
/// Single choice vote with mutually exclusive choices
1278-
/// In the SingeChoice mode there can ever be a single winner
1278+
/// In the SingleChoice mode there can ever be a single winner
12791279
/// If multiple options score the same highest vote then the Proposal is not resolved and considered as Failed
12801280
/// Note: Yes/No vote is a single choice (Yes) vote with the deny option (No)
12811281
SingleChoice,

0 commit comments

Comments
 (0)