We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66abe3 commit 97cb612Copy full SHA for 97cb612
locale.c
@@ -1501,7 +1501,7 @@ S_parse_LC_ALL_string(pTHX_ const char * string,
1501
* the differences between platforms.
1502
*
1503
* base_posix_setlocale_() presents a consistent POSIX-compliant interface to
1504
- * setlocale(). Windows requres a customized base-level setlocale(). This
+ * setlocale(). Windows requires a customized base-level setlocale(). This
1505
* layer should only be used by the next level up: the plain posix_setlocale
1506
* layer. Any necessary mutex locking needs to be done at a higher level. The
1507
* return may be overwritten by the next call to this function */
0 commit comments