From: Eric S. Raymond Date: Sun, 12 Aug 2018 16:27:14 +0000 (-0400) Subject: Typo fix. X-Git-Tag: 2.4~7 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=99faf07efe4bf3ee458fa4caf045a17be2fa94fb Typo fix. --- diff --git a/doc/HACKING b/doc/HACKING index 133f72f..abb692a 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -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.