summaryrefslogtreecommitdiff
path: root/cpan/IPC-Cmd
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2010-06-07 12:17:09 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2010-06-07 12:17:09 +0200
commit2108160ef633eaf83b7335df0336ca1f5e0e0462 (patch)
treefd6c364226051f1763761e78e356200464bbe488 /cpan/IPC-Cmd
parent4984aa345cae6d92b88b5afcf09ce72cb121191a (diff)
downloadperl-2108160ef633eaf83b7335df0336ca1f5e0e0462.tar.gz
Spell check fixes in CPAN
already fixed upstream
Diffstat (limited to 'cpan/IPC-Cmd')
-rw-r--r--cpan/IPC-Cmd/lib/IPC/Cmd.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/IPC-Cmd/lib/IPC/Cmd.pm b/cpan/IPC-Cmd/lib/IPC/Cmd.pm
index 873a17bae7..80ecbe12d9 100644
--- a/cpan/IPC-Cmd/lib/IPC/Cmd.pm
+++ b/cpan/IPC-Cmd/lib/IPC/Cmd.pm
@@ -516,7 +516,7 @@ sub open3_run {
C<run_forked> is used to execute some program or a coderef,
optionally feed it with some input, get its return code
-and output (both stdout and stderr into seperate buffers).
+and output (both stdout and stderr into separate buffers).
In addition it allows to terminate the program
which take too long to finish.
@@ -1532,7 +1532,7 @@ You can use it as follows:
my $cmd = q[echo ] . QUOTE . q[foo bar] . QUOTE;
This makes sure that C<foo bar> is treated as a string, rather than two
-seperate arguments to the C<echo> function.
+separate arguments to the C<echo> function.
__END__