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

This commit is contained in:
Nick Mathewson 2018-04-22 20:52:55 -04:00
parent 72bfcb37f1
commit fa21ac1de6

View File

@ -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.