summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Fusik <pfusik@op.pl>2005-07-30 23:54:19 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-01 08:13:10 +0000
commitd7f8936a2fe7fc93635b0b501d1f941d30d3399f (patch)
tree9ec130d79fad2c450541f9ea56801a6ecd17f962
parent0d65d7d555c9e685ae54e22c9f9eb33ec635ea81 (diff)
downloadperl-d7f8936a2fe7fc93635b0b501d1f941d30d3399f.tar.gz
POD typos
From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> p4raw-id: //depot/perl@25253
-rw-r--r--Porting/pumpkin.pod6
-rw-r--r--Porting/repository.pod2
-rw-r--r--ext/POSIX/POSIX.pod6
-rw-r--r--pod/perl593delta.pod2
-rw-r--r--pod/perlapio.pod2
-rw-r--r--pod/perldebug.pod2
-rw-r--r--pod/perldiag.pod8
-rw-r--r--pod/perlfaq2.pod2
-rw-r--r--pod/perlfaq3.pod2
-rw-r--r--pod/perlfaq4.pod2
-rw-r--r--pod/perlfaq6.pod2
-rw-r--r--pod/perlglossary.pod2
-rw-r--r--pod/perlguts.pod4
-rw-r--r--pod/perlintern.pod4
-rw-r--r--pod/perltodo.pod2
-rw-r--r--pod/perlxs.pod2
-rw-r--r--symbian/PerlBase.pod2
-rw-r--r--vms/perlvms.pod2
18 files changed, 27 insertions, 27 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod
index 5b18fca5a0..01b563f267 100644
--- a/Porting/pumpkin.pod
+++ b/Porting/pumpkin.pod
@@ -455,7 +455,7 @@ This is to ease maintenance. When Configure gets updated, the parts
sometimes get scrambled around, and the changes in config_H can
sometimes be very hard to follow. config.sh, on the other hand, can
safely be sorted, so it's easy to track (typically very small) changes
-to config.sh and then propoagate them to a canned 'config.h' by any
+to config.sh and then propagate them to a canned 'config.h' by any
number of means, including a perl script in win32/ or carrying
config.sh and config_h.SH to a Unix system and running sh
config_h.SH.) Vms uses configure.com to generate its own config.sh
@@ -479,7 +479,7 @@ directories.
=head2 make regen_perly
-If perly.y has been edited, it is nessary to run this target to rebuild
+If perly.y has been edited, it is necessary to run this target to rebuild
perly.h, perly.act and perly.tab. In fact this target just runs the Perl
script regen_perly.pl. Note that perly.c is I<not> rebuilt; this is just a
plain static file now.
@@ -587,7 +587,7 @@ time around, may be tackled in the future. Update the file to reflect
the situation as it stands when you hand over the pumpkin.
You might like, early in your pumpkin-holding career, to see if you
-can find champions for partiticular issues on the to-do list: an issue
+can find champions for particular issues on the to-do list: an issue
owned is an issue more likely to be resolved.
There are also some more porting-specific L</Todo> items later in this
diff --git a/Porting/repository.pod b/Porting/repository.pod
index a4799d95db..668389a626 100644
--- a/Porting/repository.pod
+++ b/Porting/repository.pod
@@ -359,7 +359,7 @@ Here is (part of) the current structure of the repository:
/----+-----perl - Mainline development (bleadperl)
+-----perlio - PerlIO Pumpkin's Perl
+-----vmsperl - VMS Pumpkin's Perl
- +-----maint-5.004------perl - Maintainance branches
+ +-----maint-5.004------perl - Maintenance branches
+-----maint-5.005------perl
+-----maint-5.6--------perl
+-----maint-5.8--------perl
diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod
index 78557dab56..4374c9efd3 100644
--- a/ext/POSIX/POSIX.pod
+++ b/ext/POSIX/POSIX.pod
@@ -509,7 +509,7 @@ variable C<$(>, see L<perlvar/$EGID>.
=item getenv
-Returns the value of the specified enironment variable.
+Returns the value of the specified environment variable.
The same information is available through the C<%ENV> array.
=item geteuid
@@ -547,7 +547,7 @@ L<perlfunc/getlogin>.
=item getpgrp
This is identical to Perl's builtin C<getpgrp()> function for
-returning the prcess group identifier of the current process, see
+returning the process group identifier of the current process, see
L<perlfunc/getpgrp>.
=item getpid
@@ -1249,7 +1249,7 @@ see L<perlre>.
=item stat
This is identical to Perl's builtin C<stat()> function
-for retutning information about files and directories.
+for returning information about files and directories.
=item strcat
diff --git a/pod/perl593delta.pod b/pod/perl593delta.pod
index 54fbe54541..be27bd3319 100644
--- a/pod/perl593delta.pod
+++ b/pod/perl593delta.pod
@@ -5,7 +5,7 @@ perldelta - what is new for perl v5.9.3
=head1 DESCRIPTION
This document describes differences between the 5.9.2 and the 5.9.3
-developement releases. See L<perl590delta>, L<perl591delta> and
+development releases. See L<perl590delta>, L<perl591delta> and
L<perl592delta> for the differences between 5.8.0 and 5.9.2.
=head1 Incompatible Changes
diff --git a/pod/perlapio.pod b/pod/perlapio.pod
index 1dc3d5396a..444fab3660 100644
--- a/pod/perlapio.pod
+++ b/pod/perlapio.pod
@@ -237,7 +237,7 @@ seeking the handle to the current logical position.
This corresponds to fseek(). Sends buffered write data to the
underlying file, or discards any buffered read data, then positions
-the file desciptor as specified by B<offset> and B<whence> (sic).
+the file descriptor as specified by B<offset> and B<whence> (sic).
This is the correct thing to do when switching between read and write
on the same handle (see issues with PerlIO_flush() above). Offset is
of type C<Off_t> which is a perl Configure value which may not be same
diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index 9eb0a9e343..91b72ff098 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -912,7 +912,7 @@ You can mock TTY input to debugger by adding arbitrary commands to
sub afterinit { push @DB::typeahead, "b 4", "b 6"; }
Which would attempt to set breakpoints on lines 4 and 6 immediately
-after debugger initilization. Note that @DB::typeahead is not a supported
+after debugger initialization. Note that @DB::typeahead is not a supported
interface and is subject to change in future releases.
If you want to modify the debugger, copy F<perl5db.pl> from the
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index c33efceb47..8bd0f618a2 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1642,13 +1642,13 @@ Another possibility is that you attempted to open filedescriptor 0
=item Filehandle %s reopened as %s only for input
(W io) You opened for reading a filehandle that got the same filehandle id
-as STDOUT or STDERR. This occured because you closed STDOUT or STDERR
+as STDOUT or STDERR. This occurred because you closed STDOUT or STDERR
previously.
=item Filehandle STDIN reopened as %s only for output
(W io) You opened for writing a filehandle that got the same filehandle id
-as STDIN. This occured because you closed STDIN previously.
+as STDIN. This occurred because you closed STDIN previously.
=item Final $ should be \$ or $name
@@ -2110,7 +2110,7 @@ effective uids or gids failed.
=item length/code after end of string in unpack
-(F) While unpacking, the string buffer was alread used up when an unpack
+(F) While unpacking, the string buffer was already used up when an unpack
length/code combination tried to obtain more data. This results in
an undefined value for the length. See L<perlfunc/pack>.
@@ -3379,7 +3379,7 @@ earlier.
=item Repeated format line will never terminate (~~ and @# incompatible)
-(F) Your format containes the ~~ repeat-until-blank sequence and a
+(F) Your format contains the ~~ repeat-until-blank sequence and a
numeric field that will never go blank so that the repetition never
terminates. You might use ^# instead. See L<perlform>.
diff --git a/pod/perlfaq2.pod b/pod/perlfaq2.pod
index 9d2443a6c4..dc951e38f4 100644
--- a/pod/perlfaq2.pod
+++ b/pod/perlfaq2.pod
@@ -538,7 +538,7 @@ Perl user group web site at http://www.pm.org/ for more information about
joining, starting, or requesting services for a Perl user group.
http://www.cpan.org/ is the Comprehensive Perl Archive Network,
-a replicated worlwide repository of Perl software, see
+a replicated worldwide repository of Perl software, see
the I<What is CPAN?> question earlier in this document.
=head1 AUTHOR AND COPYRIGHT
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod
index 162683d068..3fc5e4f0af 100644
--- a/pod/perlfaq3.pod
+++ b/pod/perlfaq3.pod
@@ -407,7 +407,7 @@ no 32k limit).
=item Affrus
-is a full Perl development enivornment with full debugger support
+is a full Perl development environment with full debugger support
( http://www.latenightsw.com ).
=item Alpha
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod
index 5f305681c2..3c74d0e767 100644
--- a/pod/perlfaq4.pod
+++ b/pod/perlfaq4.pod
@@ -593,7 +593,7 @@ does not show up next to itself
This is documented in L<perlref>, and although it's not the easiest
thing to read, it does work. In each of these examples, we call the
function inside the braces of used to dereference a reference. If we
-have a more than one return value, we can contruct and dereference an
+have a more than one return value, we can construct and dereference an
anonymous array. In this case, we call the function in list context.
print "The time values are @{ [localtime] }.\n";
diff --git a/pod/perlfaq6.pod b/pod/perlfaq6.pod
index 52ef09dfb0..a9e04a98f0 100644
--- a/pod/perlfaq6.pod
+++ b/pod/perlfaq6.pod
@@ -603,7 +603,7 @@ These strings do not match /\bPerl\b/.
"Perler" # no word char before P, but one after l
You don't have to use \b to match words though. You can look for
-non-word characters surrrounded by word characters. These strings
+non-word characters surrounded by word characters. These strings
match the pattern /\b'\b/.
"don't" # the ' char is surrounded by "n" and "t"
diff --git a/pod/perlglossary.pod b/pod/perlglossary.pod
index 5befd5e175..31a20de8a3 100644
--- a/pod/perlglossary.pod
+++ b/pod/perlglossary.pod
@@ -71,7 +71,7 @@ pity.
=item architecture
-The kind of compluter you're working on, where one "kind" of computer
+The kind of computer you're working on, where one "kind" of computer
means all those computers sharing a compatible machine language.
Since Perl programs are (typically) simple text files, not executable
images, a Perl program is much less sensitive to the architecture it's
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index 65b3d81fd8..0d9e2efce6 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -304,7 +304,7 @@ The are various ways in which the private and public flags may differ.
For example, a tied SV may have a valid underlying value in the IV slot
(so SvIOKp is true), but the data should be accessed via the FETCH
routine rather than directly, so SvIOK is false. Another is when
-numeric conversion has occured and precision has been lost: only the
+numeric conversion has occurred and precision has been lost: only the
private flag is set on 'lossy' values. So when an NV is converted to an
IV with loss, SvIOKp, SvNOKp and SvNOK will be set, while SvIOK wont be.
@@ -2298,7 +2298,7 @@ be able to use these macros:
You can use these macros if you call code that may croak, but you need
to do some cleanup before giving control back to Perl. For example:
- dXCPT; /* set up neccessary variables */
+ dXCPT; /* set up necessary variables */
XCPT_TRY_START {
code_that_may_croak();
diff --git a/pod/perlintern.pod b/pod/perlintern.pod
index 74006e5998..b9bf0545b2 100644
--- a/pod/perlintern.pod
+++ b/pod/perlintern.pod
@@ -526,7 +526,7 @@ The SVs in the names AV have their PV being the name of the variable.
NV+1..IV inclusive is a range of cop_seq numbers for which the name is
valid. For typed lexicals name SV is SVt_PVMG and SvSTASH points at the
type. For C<our> lexicals, the type is SVt_PVGV, and GvSTASH points at the
-stash of the associated global (so that duplicate C<our> delarations in the
+stash of the associated global (so that duplicate C<our> declarations in the
same package can be detected). SvCUR is sometimes hijacked to
store the generation number during compilation.
@@ -704,7 +704,7 @@ Found in file pad.c
=item pad_free
-Free the SV at offet po in the current pad.
+Free the SV at offset po in the current pad.
void pad_free(PADOFFSET po)
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 09ed1ff1e2..28a9e31cd4 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -312,7 +312,7 @@ Some more nebulous ideas
=item *
-Re-implement C<:unique> in a way that is actualy thread-safe
+Re-implement C<:unique> in a way that is actually thread-safe
=item *
diff --git a/pod/perlxs.pod b/pod/perlxs.pod
index a8196975aa..7360c57d10 100644
--- a/pod/perlxs.pod
+++ b/pod/perlxs.pod
@@ -904,7 +904,7 @@ However, the generated Perl function is called in very C-ish style:
If one of the input arguments to the C function is the length of a string
argument C<NAME>, one can substitute the name of the length-argument by
-C<length(NAME)> in the XSUB declaration. This argument must be omited when
+C<length(NAME)> in the XSUB declaration. This argument must be omitted when
the generated Perl function is called. E.g.,
void
diff --git a/symbian/PerlBase.pod b/symbian/PerlBase.pod
index 265e2d6d8b..2203b961f0 100644
--- a/symbian/PerlBase.pod
+++ b/symbian/PerlBase.pod
@@ -111,7 +111,7 @@ will get the error).
int Run()
-Start executing an interpeter. A Parse() must have been called before
+Start executing an interpreter. A Parse() must have been called before
a Run(): use 3 and { "", "-e", 0 } if you do not have an argv.
Note that a call to Parse() is required before Run().
diff --git a/vms/perlvms.pod b/vms/perlvms.pod
index 4db4ab20dd..c4f6aca576 100644
--- a/vms/perlvms.pod
+++ b/vms/perlvms.pod
@@ -121,7 +121,7 @@ directory, and the procedure for building the extension is simply
I<N.B.> The procedure by which extensions are built and
tested creates several levels (at least 4) under the
directory in which the extension's source files live.
-For this reason if you are runnning a version of VMS prior
+For this reason if you are running a version of VMS prior
to V7.1 you shouldn't nest the source directory
too deeply in your directory structure lest you exceed RMS'
maximum of 8 levels of subdirectory in a filespec. (You