X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/blobdiff_plain/13cc23c5d624a4a61a5b378a998fc62ac293a5a7..3b27cf53da4dd3258fdc47b74633ae928428c879:/dump-runlisp-image.c diff --git a/dump-runlisp-image.c b/dump-runlisp-image.c index 72ce97d..dfae56f 100644 --- a/dump-runlisp-image.c +++ b/dump-runlisp-image.c @@ -447,7 +447,7 @@ static void hash_input(struct linebuf *buf, size_t n, struct sha256_state *h) /* Collect output lines from JOB's process and write them to the log. * * Read data from BUF's file descriptor. Output complete (or overlong) lines - * usng `write_line'. On end-of-file, output any final incomplete line in + * using `write_line'. On end-of-file, output any final incomplete line in * the same way, close the descriptor, and set it to -1. * * As a rather unpleasant quirk, if the hash-state pointer H is not null, @@ -1466,7 +1466,7 @@ int main(int argc, char *argv[]) #undef FLAGOPT - /* CHeck that everything worked. */ + /* Check that everything worked. */ optind++; if ((flags&AF_ALL) ? optind < argc : optind >= argc) flags |= AF_BOGUS; if (flags&AF_BOGUS) { usage(stderr); exit(127); }