This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo fix in pod/perldiag.pod
authorAbigail <abigail@abigail.be>
Sat, 10 Jan 2009 11:15:05 +0000 (12:15 +0100)
committerAbigail <abigail@abigail.be>
Sat, 10 Jan 2009 11:15:05 +0000 (12:15 +0100)
pod/perldiag.pod

index cdfe718..e06dd5e 100644 (file)
@@ -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