fix spelling (#1580)

This commit is contained in:
Svyatoslav Nikolsky
2022-09-22 10:25:25 +03:00
committed by Bastian Köcher
parent 415f28fac8
commit 6ab6a876a1
+2 -2
View File
@@ -50,7 +50,7 @@ pub enum Subcommand {
/// Revert the chain to a previous state. /// Revert the chain to a previous state.
Revert(sc_cli::RevertCmd), Revert(sc_cli::RevertCmd),
/// The custom benchmark subcommmand benchmarking runtime pallets. /// The custom benchmark subcommand benchmarking runtime pallets.
#[clap(subcommand)] #[clap(subcommand)]
Benchmark(frame_benchmarking_cli::BenchmarkCmd), Benchmark(frame_benchmarking_cli::BenchmarkCmd),
} }
@@ -116,7 +116,7 @@ pub struct Cli {
#[derive(Debug)] #[derive(Debug)]
pub struct RelayChainCli { pub struct RelayChainCli {
/// The actual relay chain cli object. /// The actual relay chain CLI object.
pub base: polkadot_cli::RunCmd, pub base: polkadot_cli::RunCmd,
/// Optional chain id that should be passed to the relay chain. /// Optional chain id that should be passed to the relay chain.