Typo fixes.

This commit is contained in:
Eric S. Raymond 2017-06-13 12:25:19 -04:00
parent fa74e8054b
commit 34db08ce06

4
misc.c
View file

@ -561,9 +561,9 @@ bool MAPLIN(FILE *fp)
* in which you want to echo commands. One is when shipping them to * 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 * a log under the -l option, in which case you want to suppress
* prompt generation (so test logs are unadorned command sequences). * 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 * 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 { do {
if (!editline) { if (!editline) {