From 97cb6125422ffea91b42a2ae264d1031b12752c2 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 5 Oct 2024 17:04:04 -0600 Subject: [PATCH] locale.c: Fix typo in comment --- locale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale.c b/locale.c index 9fe67b9fa0df..2820cd2a4b36 100644 --- a/locale.c +++ b/locale.c @@ -1501,7 +1501,7 @@ S_parse_LC_ALL_string(pTHX_ const char * string, * the differences between platforms. * * base_posix_setlocale_() presents a consistent POSIX-compliant interface to - * setlocale(). Windows requres a customized base-level setlocale(). This + * setlocale(). Windows requires a customized base-level setlocale(). This * layer should only be used by the next level up: the plain posix_setlocale * layer. Any necessary mutex locking needs to be done at a higher level. The * return may be overwritten by the next call to this function */