git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3cd7edf)
Fix typo in an error message
2003年1月11日 06:55:11 +0000 (06:55 +0000)
2003年1月11日 06:55:11 +0000 (06:55 +0000)

diff --git a/src/backend/utils/mb/wchar.c b/src/backend/utils/mb/wchar.c
index eeee9a683647a3a3015e7763f62f70e0f85bd06f..d22f7b88276d9c06ed67e9b192b145389f9d4a25 100644 (file)
--- a/src/backend/utils/mb/wchar.c
+++ b/src/backend/utils/mb/wchar.c
@@ -1,7 +1,7 @@
/*
* conversion functions between pg_wchar and multibyte streams.
* Tatsuo Ishii
- * $Id: wchar.c,v 1.30 2002年09月04日 20:31:31 momjian Exp $
+ * $Id: wchar.c,v 1.31 2003年01月11日 06:55:11 ishii Exp $
*
* WIN1250 client encoding updated by Pavel Behal
*
@@ -633,7 +633,7 @@ pg_verifymbstr(const unsigned char *mbstr, int len)
if (GetDatabaseEncoding() == PG_UTF8 &&
(*mbstr & 0xf8) == 0xf0)
{
- snprintf(buf, sizeof(buf), "Unicode >= 0x10000 is not supoorted");
+ snprintf(buf, sizeof(buf), "Unicode >= 0x10000 is not supported");
return (buf);
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /