From 9068145975e582a1dc4939eab6cdb24053374873 Mon Sep 17 00:00:00 2001 From: Serban Iorga Date: Wed, 3 May 2023 14:31:47 +0300 Subject: [PATCH] Fix comment (#2105) --- relays/bin-substrate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relays/bin-substrate/Cargo.toml b/relays/bin-substrate/Cargo.toml index 0a315035042..f71920a1d18 100644 --- a/relays/bin-substrate/Cargo.toml +++ b/relays/bin-substrate/Cargo.toml @@ -49,7 +49,7 @@ relay-utils = { path = "../utils" } relay-westend-client = { path = "../client-westend" } relay-wococo-client = { path = "../client-wococo" } rialto-runtime = { path = "../../bin/rialto/runtime" } -# we are not using this runtime to craft callsour transactions, but we still need it +# we are not using this runtime to craft call or transactions, but we still need it # to prepare large XCM messages rialto-parachain-runtime = { path = "../../bin/rialto-parachain/runtime" } substrate-relay-helper = { path = "../lib-substrate-relay" }