From 714ce38164dbb4b19be8db286182dba3784d471f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Apr 2017 10:44:04 +0200 Subject: Minor fixes --- butl/process.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/process.cxx') 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) { -- cgit v1.1