mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typos
Author: Lingjie Qiang Discussion: https://postgr.es/m/OSAPR01MB71654E773F62AC88DC1FC8CC80669@OSAPR01MB7165.jpnprd01.prod.outlook.com
This commit is contained in:
@ -1068,7 +1068,7 @@ get_iso_localename(const char *winlocname)
|
||||
LOCALE_NAME_MAX_LENGTH);
|
||||
|
||||
/*
|
||||
* If the lc_messages is already an Unix-style string, we have a direct
|
||||
* If the lc_messages is already a Unix-style string, we have a direct
|
||||
* match with LOCALE_SNAME, e.g. en-US, en_US.
|
||||
*/
|
||||
ret_val = GetLocaleInfoEx(wc_locale_name, LOCALE_SNAME, (LPWSTR) &buffer,
|
||||
|
Reference in New Issue
Block a user