From: Eric S. Raymond Date: Tue, 13 Jun 2017 16:25:19 +0000 (-0400) Subject: Typo fixes. X-Git-Tag: 1.1~347 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=34db08ce068a7ba928371cbb9cc2f81f90607c2b;p=open-adventure.git Typo fixes. --- diff --git a/misc.c b/misc.c index 71f1214..075e9d0 100644 --- 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) {