From 9e218944c45fe8b4a21d76ce8fd1980d3649f6ba Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Mon, 18 Jul 2022 03:22:43 +0800 Subject: [PATCH] Fix Typo (#5766) --- polkadot/runtime/common/src/auctions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }