X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/e6226b18246ce7d24213c41123114ac7967ed04f..93b0063647a56513aa23815ec7c2d8cb85fab669:/locale.c diff --git a/locale.c b/locale.c index bd93cd6..4631b86 100644 --- a/locale.c +++ b/locale.c @@ -46,7 +46,7 @@ * (1) "xx_YY" if the first argument of setlocale() is not LC_ALL * (2) "xa_YY xb_YY ..." if the first argument of setlocale() is LC_ALL * (the space-separated values represent the various sublocales, - * in some unspecificed order) + * in some unspecified order) * * In some platforms it has a form like "LC_SOMETHING=Lang_Country.866\n", * which is harmful for further use of the string in setlocale().