diff options
Diffstat (limited to 't/lib')
-rw-r--r-- | t/lib/charnames/alias | 8 | ||||
-rw-r--r-- | t/lib/strict/vars | 2 | ||||
-rw-r--r-- | t/lib/warnings/toke | 4 | ||||
-rw-r--r-- | t/lib/warnings/utf8 | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/t/lib/charnames/alias b/t/lib/charnames/alias index bcbd2a63fb..2eaf595651 100644 --- a/t/lib/charnames/alias +++ b/t/lib/charnames/alias @@ -214,7 +214,7 @@ EXPECT OPTIONS regex Unknown charname 'e_ACUTE' at ######## -# alias with file OK but file has :short aliasses +# alias with file OK but file has :short aliases --FILE-- ../../lib/unicore/xyzzy_alias.pl #!perl ( e_ACUTE => "LATIN:e WITH ACUTE", @@ -244,7 +244,7 @@ EXPECT OPTIONS regex $ ######## -# alias with :short and file OK has :long aliasses +# alias with :short and file OK has :long aliases --FILE-- ../../lib/unicore/xyzzy_alias.pl #!perl ( e_ACUTE => "LATIN SMALL LETTER E WITH ACUTE", @@ -259,7 +259,7 @@ EXPECT OPTIONS regex Unknown charname 'LATIN SMALL LETTER E WITH ACUTE' at ######## -# alias with file implicit :full but file has :short aliasses +# alias with file implicit :full but file has :short aliases --FILE-- ../../lib/unicore/xyzzy_alias.pl #!perl ( e_ACUTE => "LATIN:e WITH ACUTE", @@ -274,7 +274,7 @@ EXPECT OPTIONS regex Unknown charname 'LATIN:e WITH ACUTE' at ######## -# alias with file implicit :full and file has :long aliasses +# alias with file implicit :full and file has :long aliases --FILE-- ../../lib/unicore/xyzzy_alias.pl #!perl ( e_ACUTE => "LATIN SMALL LETTER E WITH ACUTE", diff --git a/t/lib/strict/vars b/t/lib/strict/vars index 87f820f1d2..804d7ec3ab 100644 --- a/t/lib/strict/vars +++ b/t/lib/strict/vars @@ -440,7 +440,7 @@ EXPECT Global symbol "$foo" requires explicit package name at (re_eval 1) line 1. Compilation failed in regexp at - line 3. ######## -# [perl #73712] 'Variable is not imported' should be suppressable +# [perl #73712] 'Variable is not imported' should be suppressible $dweck; use strict 'vars'; no warnings; diff --git a/t/lib/warnings/toke b/t/lib/warnings/toke index 5468ef0c65..f37c36e7df 100644 --- a/t/lib/warnings/toke +++ b/t/lib/warnings/toke @@ -739,10 +739,10 @@ dump() better written as CORE::dump() at - line 4. # toke.c use warnings 'misc'; use subs qw/dump/; -sub dump { print "no warning for overriden dump\n"; } +sub dump { print "no warning for overridden dump\n"; } dump; EXPECT -no warning for overriden dump +no warning for overridden dump ######## # toke.c use warnings 'ambiguous'; diff --git a/t/lib/warnings/utf8 b/t/lib/warnings/utf8 index fe1cbf0133..9dbbcb918d 100644 --- a/t/lib/warnings/utf8 +++ b/t/lib/warnings/utf8 @@ -11,7 +11,7 @@ [utf16_to_utf8] Malformed UTF-16 surrogate - <<<<<< Add a test when somethig actually calls utf16_to_utf8 + <<<<<< Add a test when something actually calls utf16_to_utf8 __END__ # utf8.c [utf8_to_uv] -W |