From 97bdd9b7a0b5c5da0c3ff9cf21d44c8fcc8e4d70 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Tue, 28 May 2024 09:52:27 -0700 Subject: [PATCH] docs: s/perfix/prefix/ (#1501) Typo in `solana-keygen grind` --- keygen/src/keygen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keygen/src/keygen.rs b/keygen/src/keygen.rs index af1bff3f87f81a..0965b4ce8ad04b 100644 --- a/keygen/src/keygen.rs +++ b/keygen/src/keygen.rs @@ -326,7 +326,7 @@ fn app<'a>(num_threads: &'a str, crate_version: &'a str) -> Command<'a> { .action(ArgAction::Append) .multiple_values(true) .value_parser(grind_parser(GrindType::StartsAndEnds)) - .help("Saves specified number of keypairs whos public key starts and ends with the indicated perfix and suffix\nExample: --starts-and-ends-with sol:ana:4\nPREFIX and SUFFIX type is Base58\nCOUNT type is u64"), + .help("Saves specified number of keypairs whos public key starts and ends with the indicated prefix and suffix\nExample: --starts-and-ends-with sol:ana:4\nPREFIX and SUFFIX type is Base58\nCOUNT type is u64"), ) .arg( Arg::new("num_threads")