Browse Source

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

Nick Mathewson 6 years ago
parent
commit
fa21ac1de6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      changes/ticket25024

+ 2 - 1
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.