Skip to content

Commit

Permalink
Fix Typo (#5766)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Jul 17, 2022
1 parent 4cc925d commit 9e21894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/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 9e21894

Please sign in to comment.