This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix typos
authorSawyer X <xsawyerx@cpan.org>
Sat, 21 Feb 2015 03:34:46 +0000 (04:34 +0100)
committerSawyer X <xsawyerx@cpan.org>
Sat, 21 Feb 2015 03:34:46 +0000 (04:34 +0100)
pod/perldelta.pod
pod/perldiag.pod

index d3c81a2..6b78b16 100644 (file)
@@ -411,7 +411,7 @@ L<< Using E<sol>u for '%s' instead of E<sol>%s in regex; marked by <-- HERE in m
 You used a Unicode boundary (C<\b{...}> or C<\B{...}>) in a
 portion of a regular expression where the character set modifiers C</a>
 or C</aa> are in effect.  These two modifiers indicate an ASCII
-interpretation, and this doesn't make sense for a Unicode definiton.
+interpretation, and this doesn't make sense for a Unicode definition.
 The generated regular expression will compile so that the boundary uses
 all of Unicode.  No other portion of the regular expression is affected.
 
index 7db5b54..770b8ef 100644 (file)
@@ -6879,7 +6879,7 @@ of the returned sequence, which is not likely what you want.
 (W regexp) You used a Unicode boundary (C<\b{...}> or C<\B{...}>) in a
 portion of a regular expression where the character set modifiers C</a>
 or C</aa> are in effect.  These two modifiers indicate an ASCII
-interpretation, and this doesn't make sense for a Unicode definiton.
+interpretation, and this doesn't make sense for a Unicode defintion.
 The generated regular expression will compile so that the boundary uses
 all of Unicode.  No other portion of the regular expression is affected.