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")