More typo fixes in pod/perl*.pod files
authorKeith Thompson <kst@mib.org>
Sun, 31 Jul 2011 02:16:52 +0000 (19:16 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 31 Jul 2011 20:29:47 +0000 (13:29 -0700)
13 files changed:
pod/perl5100delta.pod
pod/perl51311delta.pod
pod/perl5140delta.pod
pod/perl5150delta.pod
pod/perl5151delta.pod
pod/perl595delta.pod
pod/perldiag.pod
pod/perlhack.pod
pod/perlperf.pod
pod/perlpod.pod
pod/perlreapi.pod
pod/perlrecharclass.pod
pod/perlvms.pod

index e93c316954aaef4e7258c89d349d360c7e220a24..4e5c6d3a2b602b763894d40d1982a175f9ed2ebf 100644 (file)
@@ -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 *
 
index 976eba3fcfd0a2108b13f6439d81c142d481f1af..812af75134ba612a65e95e0c398ff7d707fbb129 100644 (file)
@@ -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 *
 
index 17faea868c72f1c171a8540e2856c6754187fc35..51060aca520079284c2fdba1897cd2f06f4ef46b 100644 (file)
@@ -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).
 
index c783b495a9b4fc23c0f5604f6c92876c3be4a609..4966207c1d49f0bcc4666960ddc7b7fa04cd15ff 100644 (file)
@@ -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.
 
index 861f5cf6628e058826d8116913c5b294475a98ae..f9ae49f399519f1dc3a6ca88bb379ac6e9d32279 100644 (file)
@@ -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 *
index 246b2cc747865ef1cff0b5a1c1e327ac65dee40e..097b6b4dc7df362748ee700913eacd990ae353a9 100644 (file)
@@ -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 *
 
index 2c675fdc94ef1d3ff9d31c5960276a7b14326f8a..f508db8c3891253be83c893c0c12875d7a5ab293 100644 (file)
@@ -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.
 
index 3364d3259ddb08dbc5962df629e264a5fa09c93f..1bf2b882b82df94e79cc699ef9ac8138672e5bdb 100644 (file)
@@ -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.
 
index 4751e3591cf72ece46038f48d92d2e05e33dd213..007a02bc876638386913b4f6fa23063a89bcad1c 100644 (file)
@@ -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
index 068afe4177dd91bf100f381575af847a673dfd38..0491dec1b7bb5207e4f837d9c54a6c4c8ebc6a50 100644 (file)
@@ -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.
 
index be75c84a06cabc40493c14aa0a3ac0b084a70746..e2a48e34d367aabc743e6ae0e1599a4005bee503 100644 (file)
@@ -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
index c79d1e6505435856d3de626d95c6894783026752..0e583fd90236dbf73c2fa999350949e6c9d84eb3 100644 (file)
@@ -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
index 241a66c39a7b2d241010b8e42a0b34cbeacdbd50..d88e6b14be7456627c9ff2087a8d45021b12c1ca 100644 (file)
@@ -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.