summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-11-30 11:05:15 +0900
committerMichael Paquier <michael@paquier.xyz>2021-11-30 11:05:15 +0900
commit98105e53e0ab472b7721a3e8d7b9f1750a635120 (patch)
treee7772c4e28a8ee7343b4b0af87e41f42aaa76b13 /src/backend/utils/adt/pg_locale.c
parent58651d8dd6a56af306a361e2c386db798164c0f1 (diff)
Fix typos
Author: Lingjie Qiang Discussion: https://postgr.es/m/OSAPR01MB71654E773F62AC88DC1FC8CC80669@OSAPR01MB7165.jpnprd01.prod.outlook.com
Diffstat (limited to 'src/backend/utils/adt/pg_locale.c')
-rw-r--r--src/backend/utils/adt/pg_locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/pg_locale.c b/src/backend/utils/adt/pg_locale.c
index 453af401cab..cc2ab95535e 100644
--- a/src/backend/utils/adt/pg_locale.c
+++ b/src/backend/utils/adt/pg_locale.c
@@ -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,