Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Sep 30, 2024
1 parent e364eaa commit 146f7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/nomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ pub struct StartCmd {
/// home directory when initializing.
#[clap(long)]
pub validator_key: Option<String>,
/// Copies the P2P privaete key at the specified path to the node's home
/// Copies the P2P private key at the specified path to the node's home
/// directory when initializing.
#[clap(long)]
pub node_key: Option<String>,
Expand Down Expand Up @@ -2263,7 +2263,7 @@ pub struct RecoverDepositCmd {
#[clap(long)]
vout: u32,

/// The path to a file containig the indexes and reserve scripts of
/// The path to a file containing the indexes and reserve scripts of
/// signatories to search. This can be generated with the
/// `get-reserve-scripts` binary.
#[clap(long)]
Expand Down

0 comments on commit 146f7ab

Please sign in to comment.