summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2009-01-10 12:15:05 +0100
committerAbigail <abigail@abigail.be>2009-01-10 12:15:05 +0100
commit8ddb446c41c4af03d69bcc1fe3b6b13e932a6fa0 (patch)
treee86fa1b8f4d781756293333917016c245219c8b5 /pod
parentae5a807c7dcf22892f732599c013eab30c61162a (diff)
downloadperl-8ddb446c41c4af03d69bcc1fe3b6b13e932a6fa0.tar.gz
Typo fix in pod/perldiag.pod
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index cdfe718670..e06dd5e2f6 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3421,7 +3421,7 @@ to the array you apparently lost track of.
(W ambiguous) You said something like C<m/$\/> in a regex.
The regex C<m/foo$\s+bar/m> translates to: match the word 'foo', the output
-record separartor (see L<perlvar/$\>) and the letter 's' (one time or more)
+record separator (see L<perlvar/$\>) and the letter 's' (one time or more)
followed by the word 'bar'.
If this is what you intended then you can silence the warning by using