diff options
author | Marcel GrĂ¼nauer <gr@univie.ac.at> | 2011-05-18 21:56:51 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-05-19 06:18:27 -0700 |
commit | 1c2e8ccaafb0b2b10b96f3d2dfb1b3396382ec57 (patch) | |
tree | eef34babebb54a9251bcfee3e81e3165611631af /dist | |
parent | dd3b644602f47f2e7b61ad3bc013f6928ee8244d (diff) | |
download | perl-1c2e8ccaafb0b2b10b96f3d2dfb1b3396382ec57.tar.gz |
[perl #90306] Fix simple typos
Diffstat (limited to 'dist')
-rw-r--r-- | dist/I18N-LangTags/ChangeLog | 2 | ||||
-rw-r--r-- | dist/Storable/t/attach_errors.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/I18N-LangTags/ChangeLog b/dist/I18N-LangTags/ChangeLog index 6cd744ef46..34645837e5 100644 --- a/dist/I18N-LangTags/ChangeLog +++ b/dist/I18N-LangTags/ChangeLog @@ -137,7 +137,7 @@ Revision history for Perl module I18N::LangTags. * Release 0.21 - * extract_language_tags and locale2langauge_tag now + * extract_language_tags and locale2language_tag now return untainted output. Useful if you feed tainted things, like $ENV{'LANG'}. diff --git a/dist/Storable/t/attach_errors.t b/dist/Storable/t/attach_errors.t index 67ad422d73..df8a79fccb 100644 --- a/dist/Storable/t/attach_errors.t +++ b/dist/Storable/t/attach_errors.t @@ -71,7 +71,7 @@ use Storable (); eval { Storable::freeze( $badfreeze ); }; - ok( $@, 'Storable dies correctly when STORABLE_freeze returns a referece' ); + ok( $@, 'Storable dies correctly when STORABLE_freeze returns a reference' ); # Check for a unique substring of the error message ok( $@ =~ /cannot return references/, 'Storable dies with the expected error' ); |