commit fa21ac1de615e8a2f6f1b9fca3c3db96a9529197 Author: Nick Mathewson nickm@torproject.org Date: Sun Apr 22 20:52:55 2018 -0400
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 0ff22d092..0e5069cf8 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.
tor-commits@lists.torproject.org