From: Peter Eisentraut Date: Fri, 14 Feb 2014 02:50:43 +0000 (-0500) Subject: Fix typo X-Git-Tag: REL9_4_BETA1~485 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f2ca0075c4bd42351cd48b3e6889f11f0e03e65;p=postgresql Fix typo Stefan Kaltenbrunner --- diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index 6154d20969..389f9e1480 100644 --- a/src/include/mb/pg_wchar.h +++ b/src/include/mb/pg_wchar.h @@ -273,7 +273,7 @@ typedef enum pg_enc /* PG_ENCODING_BE_LAST points to the above entry */ /* followings are for client encoding only */ - PG_SJIS, /* Shift JIS (Winindows-932) */ + PG_SJIS, /* Shift JIS (Windows-932) */ PG_BIG5, /* Big5 (Windows-950) */ PG_GBK, /* GBK (Windows-936) */ PG_UHC, /* UHC (Windows-949) */