From: H.Merijn Brand Date: Mon, 7 Jun 2010 10:17:09 +0000 (+0200) Subject: Spell check fixes in CPAN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2108160ef633eaf83b7335df0336ca1f5e0e0462;p=p5sagit%2Fp5-mst-13.2.git Spell check fixes in CPAN already fixed upstream --- diff --git a/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm b/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm index 0f27639..7f99225 100644 --- a/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm +++ b/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm @@ -98,7 +98,7 @@ BOOL indicating if the C command was successful. =item C -BOOL indicating if the C call exited succesfully +BOOL indicating if the C call exited successfully This gets set after C =item C @@ -108,7 +108,7 @@ set after a call to C. =item C -BOOL indicating if the C call exited succesfully. This gets +BOOL indicating if the C call exited successfully. This gets set after C and C. =item C diff --git a/cpan/CPANPLUS/lib/CPANPLUS/Dist/MM.pm b/cpan/CPANPLUS/lib/CPANPLUS/Dist/MM.pm index be65cd4..5787f1d 100644 --- a/cpan/CPANPLUS/lib/CPANPLUS/Dist/MM.pm +++ b/cpan/CPANPLUS/lib/CPANPLUS/Dist/MM.pm @@ -78,7 +78,7 @@ successful. =item prepared () -BOOL indicating if the C call exited succesfully +BOOL indicating if the C call exited successfully This gets set after C =item distdir () @@ -88,7 +88,7 @@ set after a call to C. =item created () -BOOL indicating if the C call exited succesfully. This gets +BOOL indicating if the C call exited successfully. This gets set after C and C. =item installed () diff --git a/cpan/IPC-Cmd/lib/IPC/Cmd.pm b/cpan/IPC-Cmd/lib/IPC/Cmd.pm index 873a17b..80ecbe1 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 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 is treated as a string, rather than two -seperate arguments to the C function. +separate arguments to the C function. __END__