diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-22 20:52:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-22 20:52:55 -0400 |
commit | fa21ac1de615e8a2f6f1b9fca3c3db96a9529197 (patch) | |
tree | d2519a9269b0945e2d1750cbf8d170e6a109eb75 | |
parent | 72bfcb37f13a22780a0a771f17d3b5953703c815 (diff) | |
download | tor-fa21ac1de615e8a2f6f1b9fca3c3db96a9529197.tar.gz tor-fa21ac1de615e8a2f6f1b9fca3c3db96a9529197.zip |
Tweak changes file for 25024 to mention "check-typos"
-rw-r--r-- | changes/ticket25024 | 3 |
1 files changed, 2 insertions, 1 deletions
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. |