Fix spelling (#3845)

* Fix spelling

* Add missing entry

* Proper fix for KeyPair
This commit is contained in:
Chevdor
2021-09-25 22:44:39 +02:00
committed by GitHub
parent 7bcf2e693d
commit 35f25c3f54
10 changed files with 16 additions and 12 deletions
@@ -25,7 +25,7 @@ use structopt::{clap::arg_enum, StructOpt};
/// Initialize bridge pallet.
#[derive(StructOpt)]
pub struct InitBridge {
/// A bridge instance to initalize.
/// A bridge instance to initialize.
#[structopt(possible_values = &InitBridgeName::variants(), case_insensitive = true)]
bridge: InitBridgeName,
#[structopt(flatten)]