aboutsummaryrefslogtreecommitdiff
path: root/butl/process.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'butl/process.cxx')
-rw-r--r--butl/process.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/process.cxx b/butl/process.cxx
index 05c06f1..1efa103 100644
--- a/butl/process.cxx
+++ b/butl/process.cxx
@@ -325,7 +325,7 @@ namespace butl
//
// Duplicate the user-supplied (fd > -1) or the created pipe descriptor
// to the standard stream descriptor (read end for STDIN_FILENO, write
- // end otherwise). Close the the pipe afterwards.
+ // end otherwise). Close the pipe afterwards.
//
auto duplicate = [&fail] (int sd, int fd, fdpipe& pd)
{