summaryrefslogtreecommitdiff
path: root/lib/IPC/Open2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IPC/Open2.pm')
-rw-r--r--lib/IPC/Open2.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/IPC/Open2.pm b/lib/IPC/Open2.pm
index f4ae7482e2..32282d62b3 100644
--- a/lib/IPC/Open2.pm
+++ b/lib/IPC/Open2.pm
@@ -54,9 +54,9 @@ a time. Programs like B<sort> that read their entire input stream first,
however, are quite apt to cause deadlock.
The big problem with this approach is that if you don't have control
-over source code being run in the the child process, you can't control what it does
-with pipe buffering. Thus you can't just open a pipe to C<cat -v> and continually
-read and write a line from it.
+over source code being run in the child process, you can't control
+what it does with pipe buffering. Thus you can't just open a pipe to
+C<cat -v> and continually read and write a line from it.
=head1 SEE ALSO