Small typo (#11392)

Small typo
This commit is contained in:
mikolaichuk
2022-05-17 16:03:03 +06:00
committed by GitHub
parent 101debbffa
commit 8fb6919c84
+1 -1
View File
@@ -821,7 +821,7 @@ impl Dispatchable for () {
type Info = ();
type PostInfo = ();
fn dispatch(self, _origin: Self::Origin) -> crate::DispatchResultWithInfo<Self::PostInfo> {
panic!("This implemention should not be used for actual dispatch.");
panic!("This implementation should not be used for actual dispatch.");
}
}