From fa21ac1de615e8a2f6f1b9fca3c3db96a9529197 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 22 Apr 2018 20:52:55 -0400 Subject: [PATCH] Tweak changes file for 25024 to mention "check-typos" --- changes/ticket25024 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changes/ticket25024 b/changes/ticket25024 index 0ff22d0923..0e5069cf81 100644 --- a/changes/ticket25024 +++ b/changes/ticket25024 @@ -1,3 +1,4 @@ o Minor features (code quality): - - Add spell checking using misspell in Makefile. + - Add optional spell-checking for the Tor codebase, using the "misspell" + program. To use this feature, run "make check-typos". Closes ticket 25024.