aboutsummaryrefslogtreecommitdiff
path: root/butl/process.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-13 10:44:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-13 10:44:04 +0200
commit714ce38164dbb4b19be8db286182dba3784d471f (patch)
tree4df30fce1fbcf05dbf01a7344ca312c281a5cee0 /butl/process.cxx
parent4b8511e2618c2813808011c228d22669945589e6 (diff)
Minor fixes
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)
{