summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpipes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libpipes.tex')
-rw-r--r--Doc/lib/libpipes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpipes.tex b/Doc/lib/libpipes.tex
index 4e6ea53..1815e09 100644
--- a/Doc/lib/libpipes.tex
+++ b/Doc/lib/libpipes.tex
@@ -8,7 +8,7 @@
The \module{pipes} module defines a class to abstract the concept of
-a \emph{pipeline} --- a sequence of convertors from one file to
+a \emph{pipeline} --- a sequence of converters from one file to
another.
Because the module uses \program{/bin/sh} command lines, a \POSIX{} or