diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-09-11 09:20:04 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-09-25 00:47:00 -0700 |
commit | 2b03cdd54aa6cdc31eb146937438e523f8691096 (patch) | |
tree | 0901a841b00e21d2be677e90748822282013ea9c /t/lib/charnames | |
parent | f1ccd77d455bc9db83c3cf6395f791c0a78f8954 (diff) | |
download | perl-2b03cdd54aa6cdc31eb146937438e523f8691096.tar.gz |
Fix spelling
Diffstat (limited to 't/lib/charnames')
-rw-r--r-- | t/lib/charnames/alias | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/lib/charnames/alias b/t/lib/charnames/alias index eba6d1b412..bcbd2a63fb 100644 --- a/t/lib/charnames/alias +++ b/t/lib/charnames/alias @@ -127,7 +127,7 @@ EXPECT OPTIONS regex $ ######## -# alias with hashref using mixed aliasses +# alias with hashref using mixed aliases use warnings; use charnames ":short", ":alias" => { e_ACUTE => "LATIN:e WITH ACUTE", @@ -138,7 +138,7 @@ EXPECT OPTIONS regex Unknown charname 'LATIN SMALL LETTER A WITH ACUT' at ######## -# alias with hashref using mixed aliasses +# alias with hashref using mixed aliases use warnings; use charnames ":short", ":alias" => { e_ACUTE => "LATIN:e WITH ACUTE", @@ -149,7 +149,7 @@ EXPECT OPTIONS regex Unknown charname 'LATIN SMALL LETTER A WITH ACUTE' at ######## -# alias with hashref using mixed aliasses +# alias with hashref using mixed aliases use warnings; no warnings 'void'; use charnames ":full", ":alias" => { |