tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit fa21ac1de615e8a2f6f1b9fca3c3db96a9529197
parent 72bfcb37f13a22780a0a771f17d3b5953703c815
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sun, 22 Apr 2018 20:52:55 -0400

Tweak changes file for 25024 to mention "check-typos"

Diffstat:
Mchanges/ticket25024 | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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.