This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix typo
authorKarl Williamson <khw@cpan.org>
Tue, 27 Feb 2018 18:27:46 +0000 (11:27 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 27 Feb 2018 20:18:38 +0000 (13:18 -0700)
locale.c

index d7fe766..ead73e5 100644 (file)
--- a/locale.c
+++ b/locale.c
@@ -2274,7 +2274,7 @@ rather than getting segfaults at runtime.
 
 =item *
 
-It delivers the correct results for the C<RADIXCHAR> and C<THOUSESEP> items,
+It delivers the correct results for the C<RADIXCHAR> and C<THOUSEP> items,
 without you having to write extra code.  The reason for the extra code would be
 because these are from the C<LC_NUMERIC> locale category, which is normally
 kept set to the C locale by Perl, no matter what the underlying locale is