diff --git a/modules/currencies/src/tests.rs b/modules/currencies/src/tests.rs index 111b18fb41..fba6118875 100644 --- a/modules/currencies/src/tests.rs +++ b/modules/currencies/src/tests.rs @@ -2920,7 +2920,7 @@ fn sweep_dust_native_currency_works() { }, )); - // TODO: seems the insert directly does not work now, it's probably because of the new machanism of + // TODO: seems the insert directly does not work now, it's probably because of the new mechanism of // provider and consumer: https://github.com/paritytech/substrate/blob/569aae5341ea0c1d10426fa1ec13a36c0b64393b/frame/system/src/lib.rs#L1692 // consider deposit_creating alive account, then decrease the ED to fix this test! assert_eq!( diff --git a/modules/evm-utility/src/lib.rs b/modules/evm-utility/src/lib.rs index 1158477cef..fd345845af 100644 --- a/modules/evm-utility/src/lib.rs +++ b/modules/evm-utility/src/lib.rs @@ -16,7 +16,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -//! # Evm utiltity Module +//! # Evm utility Module //! //! A pallet provides some utility methods.