From 146f7ab3f49221d9c170ca20a0e2a95fb6aa3076 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:32:39 +0200 Subject: [PATCH] fix typos --- src/bin/nomic.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/nomic.rs b/src/bin/nomic.rs index a0aacda1..4b71bb3b 100644 --- a/src/bin/nomic.rs +++ b/src/bin/nomic.rs @@ -291,7 +291,7 @@ pub struct StartCmd { /// home directory when initializing. #[clap(long)] pub validator_key: Option, - /// 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, @@ -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)]