From e364eaaf78038e63d2c288bcf7483c98d52ceb5c Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:30:51 +0200 Subject: [PATCH 1/2] fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07a7e1aa..73cab7d6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Nomic is an open-source project spearheaded by contributors. Anyone is able to c Nomic is currently undergoing security audits. -Vulnerabilities should not be reported through public channels, including GitHub Issues. You can report a vunerability via GitHub's Private Vunerability Reporting or via the Nomic DAO Foundation at `foundation@nomic.io`. +Vulnerabilities should not be reported through public channels, including GitHub Issues. You can report a vulnerability via GitHub's Private Vulnerability Reporting or via the Nomic DAO Foundation at `foundation@nomic.io`. [Report a Vulnerability](https://github.com/nomic-io/nomic/security/advisories/new) 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 2/2] 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)]