Typo fixes.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 13 Jun 2017 16:25:19 +0000 (12:25 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 13 Jun 2017 16:25:19 +0000 (12:25 -0400)
misc.c

diff --git a/misc.c b/misc.c
index 71f1214230304c1bda962c2bf109b216a38bd808..075e9d08eee3235b72ce8ef8b6283d8298cb880b 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -561,9 +561,9 @@ bool MAPLIN(FILE *fp)
      * in which you want to echo commands.  One is when shipping them to 
      * a log under the -l option, in which case you want to suppress
      * prompt generation (so test logs are unadorned command sequences).
-     * On the other hand, if you redireceted stdin and are feeding the program 
+     * On the other hand, if you redirected stdin and are feeding the program 
      * a logfile, you *do* want prompt generation - it makes checkfiles
-     * easier to read when the commands are maked by a preceding prompt.
+     * easier to read when the commands are marked by a preceding prompt.
      */
     do {
        if (!editline) {