Typo fix.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 12 Aug 2018 16:27:14 +0000 (12:27 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 22 Apr 2019 07:12:50 +0000 (03:12 -0400)
doc/HACKING

index 133f72f6e84c9bbe93f7540252a2d9466978d175..abb692a03c587f1713645034d9ac8aa82058e7cb 100644 (file)
@@ -232,7 +232,7 @@ coverage of the suite.
 Two things to do to the log before dropping it in the test directory:
 
 (a) Strip out all lines beginning with "#curses:" - these are for debugging
-the curses interface and are not needed or regression testing; removing
+the curses interface and are not needed for regression testing; removing
 them makes it easier to see the game commands.
 
 (b) Add a header comment line explaining what the log is a test for.