diff --git a/runtime/common/src/auctions.rs b/runtime/common/src/auctions.rs index 0eaabe2e6d6b..71f9c2182d92 100644 --- a/runtime/common/src/auctions.rs +++ b/runtime/common/src/auctions.rs @@ -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 } }