diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-02-13 21:50:43 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-02-13 21:50:43 -0500 |
commit | 0f2ca0075c4bd42351cd48b3e6889f11f0e03e65 (patch) | |
tree | abb5de012c1cce02cfe24a6ea3454d7e6d92cb4d | |
parent | 9c57d11fca3b87daa741151f75085e2554ee310f (diff) | |
download | postgresql-0f2ca0075c4bd42351cd48b3e6889f11f0e03e65.tar.gz postgresql-0f2ca0075c4bd42351cd48b3e6889f11f0e03e65.zip |
Fix typo
Stefan Kaltenbrunner
-rw-r--r-- | src/include/mb/pg_wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index 6154d20969c..389f9e14809 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) */ |