From: Abigail Date: Sat, 10 Jan 2009 11:15:05 +0000 (+0100) Subject: Typo fix in pod/perldiag.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ddb446c41c4af03d69bcc1fe3b6b13e932a6fa0;p=p5sagit%2Fp5-mst-13.2.git Typo fix in pod/perldiag.pod --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index cdfe718..e06dd5e 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 in a regex. The regex C translates to: match the word 'foo', the output -record separartor (see L) and the letter 's' (one time or more) +record separator (see L) 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