diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-13 10:44:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-13 10:44:04 +0200 |
commit | 714ce38164dbb4b19be8db286182dba3784d471f (patch) | |
tree | 4df30fce1fbcf05dbf01a7344ca312c281a5cee0 /butl/process.cxx | |
parent | 4b8511e2618c2813808011c228d22669945589e6 (diff) |
Minor fixes
Diffstat (limited to 'butl/process.cxx')
-rw-r--r-- | butl/process.cxx | 2 |
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) { |