File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/auction-house/programs/auction-house/src
ts/packages/spl-governance/program Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1275,7 +1275,7 @@ pub enum ProposalState {
12751275#[ derive( AnchorSerialize , AnchorDeserialize ) ]
12761276pub 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 ,
You can’t perform that action at this time.
0 commit comments