From 476d13574776e87ec6542d19e4d6f901e6a74baf Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 8 Nov 2022 09:51:30 +0100 Subject: [PATCH] fix typo in printhelp that's what i get for coding on my phone --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 967d931..8db9d42 100644 --- a/main.c +++ b/main.c @@ -134,7 +134,7 @@ static void printhelp(FILE *out,const char *progname) " (may be useful for tor controller API)\n" " --basekey base.pub\n" " trustless mining: the private keys found will need\n" - " to be --combine'd with thr private parts of all\n" + " to be --combine'd with the private parts of all\n" " basekeys used\n" " --genbase base.priv base.pub\n" " generate base keys for trustless mining\n"