From e6bc5cdcf281f961c90a80fc83a493537367e6c1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:47:30 +0100 Subject: fix doc text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 4 ++-- libexec_pipe_commandsvn.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index ac082e5..2076cff 100644 --- a/README +++ b/README @@ -4,10 +4,10 @@ NAME DESCRIPTION libexec is a library that is designed to make it easy to safely and correctly run external utilities, including - creating pipe lines. + creating pipelines. libexec is both designed to aid shell implementations and - to make it easier to write programs run a lot of commands + to make it easier to write programs that run a lot of commands but could not easily be written as a shell script. SEE ALSO diff --git a/libexec_pipe_commandsvn.c b/libexec_pipe_commandsvn.c index 8b0dbe2..6f14f32 100644 --- a/libexec_pipe_commandsvn.c +++ b/libexec_pipe_commandsvn.c @@ -59,7 +59,7 @@ pipe_two_commands(enum libexec_pipe how, struct libexec_command *left, struct li } right->plumings[right->nplumings - 1].type = LIBEXEC_PLUMING_PIPE; - /* TOOD should `fds[0]` be closed from `left`, and `fds[1]` close from `right` + /* TODO should `fds[0]` be closed from `left`, and `fds[1]` be closed from `right` * (isn't this a problem in general with LIBEXEC_PLUMING_PIPE) */ /* pluming shall be at the front */ -- cgit v1.2.3-70-g09d2