diff options
author | Keith Thompson <kst@mib.org> | 2011-07-30 19:16:52 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-31 13:29:47 -0700 |
commit | 1cecf2c07f6a6e8177808fa5946a6ba12a5f52cf (patch) | |
tree | 1bb4fd6044b8e7b0c990479c0bfc7a3d38160294 /pod | |
parent | 7698aede74509727f7bca31c58fc7a53b182315d (diff) | |
download | perl-1cecf2c07f6a6e8177808fa5946a6ba12a5f52cf.tar.gz |
More typo fixes in pod/perl*.pod files
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5100delta.pod | 2 | ||||
-rw-r--r-- | pod/perl51311delta.pod | 2 | ||||
-rw-r--r-- | pod/perl5140delta.pod | 2 | ||||
-rw-r--r-- | pod/perl5150delta.pod | 2 | ||||
-rw-r--r-- | pod/perl5151delta.pod | 2 | ||||
-rw-r--r-- | pod/perl595delta.pod | 2 | ||||
-rw-r--r-- | pod/perldiag.pod | 2 | ||||
-rw-r--r-- | pod/perlhack.pod | 2 | ||||
-rw-r--r-- | pod/perlperf.pod | 2 | ||||
-rw-r--r-- | pod/perlpod.pod | 2 | ||||
-rw-r--r-- | pod/perlreapi.pod | 2 | ||||
-rw-r--r-- | pod/perlrecharclass.pod | 2 | ||||
-rw-r--r-- | pod/perlvms.pod | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index e93c316954..4e5c6d3a2b 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -844,7 +844,7 @@ of C<CPANPLUS>. =item * C<Archive::Extract> is a generic archive extraction mechanism -for F<.tar> (plain, gziped or bzipped) or F<.zip> files. +for F<.tar> (plain, gzipped or bzipped) or F<.zip> files. =item * diff --git a/pod/perl51311delta.pod b/pod/perl51311delta.pod index 976eba3fcf..812af75134 100644 --- a/pod/perl51311delta.pod +++ b/pod/perl51311delta.pod @@ -233,7 +233,7 @@ C<Test::Simple> has been upgraded from version 0.97_01 to 0.98 C<Tie::Hash::NamedCapture> has been upgraded from version 0.07 to 0.08. -Some of the Perl code has been converted to XS for efficency's sake. +Some of the Perl code has been converted to XS for efficiency's sake. =item * diff --git a/pod/perl5140delta.pod b/pod/perl5140delta.pod index 17faea868c..51060aca52 100644 --- a/pod/perl5140delta.pod +++ b/pod/perl5140delta.pod @@ -2888,7 +2888,7 @@ When C<perlio> became the default and C<unix> became the default bottom layer, the most common path for creating files from Perl became C<PerlIOUnix_open>, which has always explicitly used C<0666> as the permission mask. This prevents inheriting permissions from RMS defaults and ACLs, so to avoid that problem, -we now pass C<0777> to open(). In theVMS CRTL, C<0777> has a special +we now pass C<0777> to open(). In the VMS CRTL, C<0777> has a special meaning over and above intersecting with the current umask; specifically, it allows Unix syscalls to preserve native default permissions (5.12.3). diff --git a/pod/perl5150delta.pod b/pod/perl5150delta.pod index c783b495a9..4966207c1d 100644 --- a/pod/perl5150delta.pod +++ b/pod/perl5150delta.pod @@ -1184,7 +1184,7 @@ L<YAML::Syck> has (undiagnosed) test failures. =head1 Acknowledgements -Perl 5.15.0 represents approximatly five weeks of development since Perl +Perl 5.15.0 represents approximately five weeks of development since Perl 5.14.0 and contains approximately 54,000 lines of changes across 618 files from 57 authors. diff --git a/pod/perl5151delta.pod b/pod/perl5151delta.pod index 861f5cf662..f9ae49f399 100644 --- a/pod/perl5151delta.pod +++ b/pod/perl5151delta.pod @@ -430,7 +430,7 @@ L<RT #87322|https://rt.perl.org/rt3/Public/Bug/Display.html?id=87322>. =item * -The expermental C<fetch_cop_label> function has been renamed to +The experimental C<fetch_cop_label> function has been renamed to C<cop_fetch_label>. =item * diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 246b2cc747..097b6b4dc7 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -362,7 +362,7 @@ of C<CPANPLUS>. =item * C<Archive::Extract> is a generic archive extraction mechanism -for F<.tar> (plain, gziped or bzipped) or F<.zip> files. +for F<.tar> (plain, gzipped or bzipped) or F<.zip> files. =item * diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 2c675fdc94..f508db8c38 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -104,7 +104,7 @@ really meant to multiply a glob by the result of calling a function. (W ambiguous) You wrote something like C<@{foo}>, which might be asking for the variable C<@foo>, or it might be calling a function named foo, and dereferencing it as an array reference. If you wanted -the varable, you can just write C<@foo>. If you wanted to call the +the variable, you can just write C<@foo>. If you wanted to call the function, write C<@{foo()}> ... or you could just not have a variable and a function with the same name, and save yourself a lot of trouble. diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 3364d3259d..1bf2b882b8 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -1080,7 +1080,7 @@ each file's purpose. Perl instead begins each with a literary allusion to that file's purpose. Like chapters in many books, all top-level Perl source files (along -with a few others here and there) begin with an epigramic inscription +with a few others here and there) begin with an epigrammatic inscription that alludes, indirectly and metaphorically, to the material you're about to read. diff --git a/pod/perlperf.pod b/pod/perlperf.pod index 4751e3591c..007a02bc87 100644 --- a/pod/perlperf.pod +++ b/pod/perlperf.pod @@ -597,7 +597,7 @@ the code. C<NYTProf> will generate a report database into the file F<nytprof.out> by default. Human readable reports can be generated from here by using the supplied C<nytprofhtml> (HTML output) and C<nytprofcsv> (CSV output) programs. -We've used the Unix sytem C<html2text> utility to convert the +We've used the Unix system C<html2text> utility to convert the F<nytprof/index.html> file for convenience here. $> html2text nytprof/index.html diff --git a/pod/perlpod.pod b/pod/perlpod.pod index 068afe4177..0491dec1b7 100644 --- a/pod/perlpod.pod +++ b/pod/perlpod.pod @@ -238,7 +238,7 @@ region. That is, with "=for", you can have only one paragraph's worth of text (i.e., the text in "=foo targetname text..."), but with "=begin targetname" ... "=end targetname", you can have any amount -of stuff inbetween. (Note that there still must be a blank line +of stuff in between. (Note that there still must be a blank line after the "=begin" command and a blank line before the "=end" command. diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod index be75c84a06..e2a48e34d3 100644 --- a/pod/perlreapi.pod +++ b/pod/perlreapi.pod @@ -586,7 +586,7 @@ Substring data about strings that must appear in the final match. This is currently only used internally by perl's engine for but might be used in the future for all engines for optimisations. -=head2 C<nparens>, C<lasparen>, and C<lastcloseparen> +=head2 C<nparens>, C<lastparen>, and C<lastcloseparen> These fields are used to keep track of how many paren groups could be matched in the pattern, which was the last open paren to be entered, and which was diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index c79d1e6505..0e583fd902 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -423,7 +423,7 @@ Examples: ------- * There is an exception to a bracketed character class matching a -single character only. When the class is to match caselessely under C</i> +single character only. When the class is to match caselessly under C</i> matching rules, and a character inside the class matches a multiple-character sequence caselessly under Unicode rules, the class (when not L<inverted|/Negation>) will also match that sequence. For diff --git a/pod/perlvms.pod b/pod/perlvms.pod index 241a66c39a..d88e6b14be 100644 --- a/pod/perlvms.pod +++ b/pod/perlvms.pod @@ -409,7 +409,7 @@ internal Perl problems that would cause such a condition. This allows the programmer to look at the execution stack and variables to find out the cause of the exception. As the debugger is being invoked as the Perl interpreter is about to do a fatal exit, continuing the execution -in debug mode is usally not practical. +in debug mode is usually not practical. Starting Perl in the VMS debugger may change the program execution profile in a way that such problems are not reproduced. |