summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-22 20:52:55 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-22 20:52:55 -0400
commitfa21ac1de615e8a2f6f1b9fca3c3db96a9529197 (patch)
treed2519a9269b0945e2d1750cbf8d170e6a109eb75
parent72bfcb37f13a22780a0a771f17d3b5953703c815 (diff)
downloadtor-fa21ac1de615e8a2f6f1b9fca3c3db96a9529197.tar.gz
tor-fa21ac1de615e8a2f6f1b9fca3c3db96a9529197.zip
Tweak changes file for 25024 to mention "check-typos"
-rw-r--r--changes/ticket250243
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.