This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct spelling error
authorJames E Keenan <jkeenan@cpan.org>
Thu, 1 Nov 2018 21:17:03 +0000 (17:17 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Thu, 1 Nov 2018 21:17:03 +0000 (17:17 -0400)
ext/POSIX/t/posix.t

index e33e047..1be377c 100644 (file)
@@ -307,7 +307,7 @@ SKIP: {
     skip("locales not available", 26) unless locales_enabled(qw(NUMERIC MONETARY));
     skip("localeconv() not available", 26) unless $Config{d_locconv};
     my $conv = localeconv;
-    is(ref $conv, 'HASH', 'localconv returns a hash reference');
+    is(ref $conv, 'HASH', 'localeconv returns a hash reference');
 
     foreach (qw(decimal_point thousands_sep grouping int_curr_symbol
                currency_symbol mon_decimal_point mon_thousands_sep