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