summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorRichard Soderberg <p5-authors@crystalflame.net>2004-11-12 16:14:49 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-11-12 20:47:19 +0000
commitfa11829f4b6d56533794dd127f3d1068d9593670 (patch)
tree7f368b0c4f3bed68b378d9fea31eee156223ea2c /pod/perlre.pod
parentac7de224d1cdf1bc265fb1a3311a78c903d66ee7 (diff)
downloadperl-fa11829f4b6d56533794dd127f3d1068d9593670.tar.gz
[perl #32419] Spelling fixes for perl@23492
From: Richard Soderberg (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org> p4raw-id: //depot/perl@23496
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index ea88fc08b5..625988ffef 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -195,7 +195,7 @@ as endpoints of a range, that's not a range, the "-" is understood
literally. If Unicode is in effect, C<\s> matches also "\x{85}",
"\x{2028}, and "\x{2029}", see L<perlunicode> for more details about
C<\pP>, C<\PP>, and C<\X>, and L<perluniintro> about Unicode in general.
-You can define your own C<\p> and C<\P> propreties, see L<perlunicode>.
+You can define your own C<\p> and C<\P> properties, see L<perlunicode>.
The POSIX character class syntax
@@ -576,7 +576,7 @@ track of the number of nested parentheses. For example:
Inside the C<(?{...})> block, C<$_> refers to the string the regular
expression is matching against. You can also use C<pos()> to know what is
-the current position of matching withing this string.
+the current position of matching within this string.
The C<code> is properly scoped in the following sense: If the assertion
is backtracked (compare L<"Backtracking">), all changes introduced after