Skip to content

Commit

Permalink
fix spelling (paritytech#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored and serban300 committed Apr 9, 2024
1 parent 62a393a commit 6d1001b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridges/bin/rialto-parachain/node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub enum Subcommand {
/// Revert the chain to a previous state.
Revert(sc_cli::RevertCmd),

/// The custom benchmark subcommmand benchmarking runtime pallets.
/// The custom benchmark subcommand benchmarking runtime pallets.
#[clap(subcommand)]
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
}
Expand Down Expand Up @@ -116,7 +116,7 @@ pub struct Cli {

#[derive(Debug)]
pub struct RelayChainCli {
/// The actual relay chain cli object.
/// The actual relay chain CLI object.
pub base: polkadot_cli::RunCmd,

/// Optional chain id that should be passed to the relay chain.
Expand Down

0 comments on commit 6d1001b

Please sign in to comment.