From 34db08ce068a7ba928371cbb9cc2f81f90607c2b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 13 Jun 2017 12:25:19 -0400 Subject: [PATCH] Typo fixes. --- misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.31.1