From 9c4519f0f4374ec8cfbe142889ef71a1871d02a2 Mon Sep 17 00:00:00 2001 From: Victory Van <69228501+v-van@users.noreply.github.com> Date: Wed, 9 Sep 2020 16:38:52 +0800 Subject: [PATCH] fix typo (#212) --- cumulus/rococo-parachains/contracts-runtime/src/lib.rs | 2 +- cumulus/rococo-parachains/runtime/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cumulus/rococo-parachains/contracts-runtime/src/lib.rs b/cumulus/rococo-parachains/contracts-runtime/src/lib.rs index fb530f7c20..5676b62823 100644 --- a/cumulus/rococo-parachains/contracts-runtime/src/lib.rs +++ b/cumulus/rococo-parachains/contracts-runtime/src/lib.rs @@ -87,7 +87,7 @@ pub enum XCMPMessage { TransferToken(XAccountId, XBalance), } -/// The version infromation used to identify this runtime when compiled natively. +/// The version information used to identify this runtime when compiled natively. #[cfg(feature = "std")] pub fn native_version() -> NativeVersion { NativeVersion { diff --git a/cumulus/rococo-parachains/runtime/src/lib.rs b/cumulus/rococo-parachains/runtime/src/lib.rs index 82af1ec314..462b3218b7 100644 --- a/cumulus/rococo-parachains/runtime/src/lib.rs +++ b/cumulus/rococo-parachains/runtime/src/lib.rs @@ -89,7 +89,7 @@ pub enum XCMPMessage { TransferToken(XAccountId, XBalance), } -/// The version infromation used to identify this runtime when compiled natively. +/// The version information used to identify this runtime when compiled natively. #[cfg(feature = "std")] pub fn native_version() -> NativeVersion { NativeVersion {