Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0f2ca00

Browse files
committed
Fix typo
Stefan Kaltenbrunner
1 parent 9c57d11 commit 0f2ca00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/mb/pg_wchar.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ typedef enum pg_enc
273273
/* PG_ENCODING_BE_LAST points to the above entry */
274274

275275
/* followings are for client encoding only */
276-
PG_SJIS, /* Shift JIS (Winindows-932) */
276+
PG_SJIS, /* Shift JIS (Windows-932) */
277277
PG_BIG5, /* Big5 (Windows-950) */
278278
PG_GBK, /* GBK (Windows-936) */
279279
PG_UHC, /* UHC (Windows-949) */

0 commit comments

Comments
 (0)