From 39848ca1669b25135d484aa23cfbb0a796dc0e63 Mon Sep 17 00:00:00 2001 From: skaluzka Date: Tue, 14 Dec 2021 23:14:02 +0100 Subject: [PATCH] Correct typo in scripts/README file Signed-off-by: skaluzka --- scripts/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README b/scripts/README index 7de0d003e4..4cb49370f5 100644 --- a/scripts/README +++ b/scripts/README @@ -12,7 +12,7 @@ never used. maint/checkOptionDocs.pl -- Make sure that Tor options are documented in the manpage, and that the manpage only documents real Tor options. -maint/checkSpaces.pl -- Style checker for the Tor source code. Mainly checks +maint/checkSpace.pl -- Style checker for the Tor source code. Mainly checks whitespace. maint/findMergedChanges.pl -- Find a set of changes/* files that have been