diff options
author | Karl Williamson <khw@cpan.org> | 2017-12-18 19:01:37 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-12-18 19:10:52 -0700 |
commit | f2aafbc964051bf31262b709e921f8a408537f0d (patch) | |
tree | ae1e928eb31e5c3ae388de213d8577d1d29cfce5 | |
parent | 9f6291f80faa68285bc17c2599fd8ec430a3b52d (diff) | |
download | perl-f2aafbc964051bf31262b709e921f8a408537f0d.tar.gz |
reg_mesg.t: Fix typo
-rw-r--r-- | t/re/reg_mesg.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/reg_mesg.t b/t/re/reg_mesg.t index 5e1a33f86d..709893e53b 100644 --- a/t/re/reg_mesg.t +++ b/t/re/reg_mesg.t @@ -307,7 +307,7 @@ my @death = ); # These are messages that are warnings when not strict; death under 'use re -# "strict". See comment before @warnings as to why some have a \x{100} in +# "strict". See comment before @warning as to why some have a \x{100} in # them. This array has 3 elements per construct. [0] is the regex to use; # [1] is the message under no strict, and [2] is under strict. my @death_only_under_strict = ( |