]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Tweak changes file for 25024 to mention "check-typos"
authorNick Mathewson <nickm@torproject.org>
Mon, 23 Apr 2018 00:52:55 +0000 (20:52 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 23 Apr 2018 00:52:55 +0000 (20:52 -0400)
changes/ticket25024

index 0ff22d0923e25a07d9ed18d1bf1ba4ec003c8f6c..0e5069cf81d14b3de8d0808820bb71423d991680 100644 (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.