Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix Typo (#5766)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Jul 17, 2022
1 parent e76cd14 commit bf54653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/auctions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ pub mod pallet {
}

#[pallet::constant_name(LeasePeriodsPerSlot)]
fn pease_periods_per_slot() -> u32 {
fn lease_periods_per_slot() -> u32 {
SlotRange::LEASE_PERIODS_PER_SLOT as u32
}
}
Expand Down

0 comments on commit bf54653

Please sign in to comment.