This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct two subtle typos.
authorMichael Bunk <bunk@iat.uni-leipzig.de>
Tue, 17 Jun 2014 22:35:33 +0000 (18:35 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Tue, 17 Jun 2014 22:35:33 +0000 (18:35 -0400)
Add Michael Bunk to Perl AUTHORS.

For: https://rt.perl.org/Ticket/Display.html?id=122120

AUTHORS
dist/Locale-Maketext/lib/Locale/Maketext.pod

diff --git a/AUTHORS b/AUTHORS
index fbf1eb6..4740185 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -806,6 +806,7 @@ Max Maischein                       <corion@corion.net>
 Merijn Broeren                 <merijnb@iloquent.nl>
 Michael A Chase                        <mchase@ix.netcom.com>
 Michael Breen                  <perl@mbreen.com>
+Michael Bunk                   <bunk@iat.uni-leipzig.de>
 Michael Carman                 <mjcarman@home.com>
 Michael Cook                   <mcook@cognex.com>
 Michael Cummings               <mcummings@gentoo.org>
index de2ad0d..a391b29 100644 (file)
@@ -1047,7 +1047,7 @@ there's no I<key> in any of those lexicons, maketext gives up with
 But failure_handler_auto, instead of dying or anything, compiles
 $key, caching it in
 
-    $lh->{'failure_lex'}{$key} = $complied
+    $lh->{'failure_lex'}{$key} = $compiled
 
 and then calls the compiled value, and returns that.  (I.e., if
 $key looks like bracket notation, $compiled is a sub, and we return
@@ -1329,7 +1329,7 @@ gettext documentation asks lots of questions worth thinking
 about, even if some of their answers are sometimes wonky,
 particularly where they start talking about pluralization.
 
-The Locale/Maketext.pm source.  Obverse that the module is much
+The Locale/Maketext.pm source.  Observe that the module is much
 shorter than its documentation!
 
 =head1 COPYRIGHT AND DISCLAIMER