chore: spellchecker fixes (#1130)

This commit is contained in:
Chevdor
2021-09-10 10:17:14 +02:00
committed by Bastian Köcher
parent b9bd14562b
commit 3295b0c388
4 changed files with 4 additions and 4 deletions
@@ -377,7 +377,7 @@ where
.unwrap_or_else(|_| SC::Balance::max_value())
}
/// Compute fee multiplier that is used by the chain, given couple of fees for transactions
/// Compute fee multiplier that is used by the chain, given a couple of fees for transactions
/// that are only differ in dispatch weights.
///
/// This function assumes that standard transaction payment pallet is used by the chain.