summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:14:50 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:24:52 +0100
commit2a467c83e2ce01bdf8cdda501e2e3df4b188134f (patch)
tree3ed5de459b204dfb299edc8a7e9977875332e43c /x2p
parent94ae10c0f8f9ead5b1850effb0ef8c9cba0175b5 (diff)
downloadperl-2a467c83e2ce01bdf8cdda501e2e3df4b188134f.tar.gz
Fix typos (spelling errors) in x2p/*.
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81920] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81920 > Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'x2p')
-rw-r--r--x2p/s2p.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/x2p/s2p.PL b/x2p/s2p.PL
index d1ce6ea45e..c3cddd89f8 100644
--- a/x2p/s2p.PL
+++ b/x2p/s2p.PL
@@ -499,7 +499,7 @@ Swap the contents of the pattern space and the hold space.
$ComTab{'y'}=[ 2, 'tra', \&Emit, '' ]; #ok
=item [2addr]B<y>B</>I<string1>B</>I<string2>B</>
-In the pattern space, replace all characters occuring in I<string1> by the
+In the pattern space, replace all characters occurring in I<string1> by the
character at the corresponding position in I<string2>. It is possible
to use any character (other than a backslash or newline) instead of a
slash to delimit the strings. Within I<string1> and I<string2>, a
@@ -1887,7 +1887,7 @@ A `\' in a BRE is used to make the subsequent character literal.
=item `\' cannot be last in substitution
-A `\' in a subsitution string is used to make the subsequent character literal.
+A `\' in a substitution string is used to make the subsequent character literal.
=item conflicting flags `%s'