From 3da343b926eeb189ec3a89a359d927a83f987127 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) --- rococo-parachains/contracts-runtime/src/lib.rs | 2 +- rococo-parachains/runtime/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rococo-parachains/contracts-runtime/src/lib.rs b/rococo-parachains/contracts-runtime/src/lib.rs index fb530f7c20..5676b62823 100644 --- a/rococo-parachains/contracts-runtime/src/lib.rs +++ b/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/rococo-parachains/runtime/src/lib.rs b/rococo-parachains/runtime/src/lib.rs index 82af1ec314..462b3218b7 100644 --- a/rococo-parachains/runtime/src/lib.rs +++ b/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 {