In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0b34b372c9a4c040146bce32de62edaef7680db5?hp=8ec4ed08a39f899ec6c7eed67a0a0ab42ae08fd5>

- Log -----------------------------------------------------------------
commit 0b34b372c9a4c040146bce32de62edaef7680db5
Author: Aaron Crane <a...@cpan.org>
Date:   Sat Jan 12 15:34:43 2013 +0000

    perlre: fix typo
-----------------------------------------------------------------------

Summary of changes:
 pod/perlre.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pod/perlre.pod b/pod/perlre.pod
index c73b975..b4b7bf2 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -1756,7 +1756,7 @@ We can extend this by
 
  /(?[ ( \p{Thai} + \p{Lao} ) & \p{Digit} ])/
 
-This matches digits that are in either the Thai or Laotion scripts.
+This matches digits that are in either the Thai or Laotian scripts.
 
 Notice the white space in these examples.  This construct always has
 L</C<E<sol>x>> turned on.

--
Perl5 Master Repository

Reply via email to