Skip to content

Commit 38535f8

Browse files
committed
Fix typo in an error message
1 parent 3cd7edf commit 38535f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/mb/wchar.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* conversion functions between pg_wchar and multibyte streams.
33
* Tatsuo Ishii
4-
* $Id: wchar.c,v 1.30 2002/09/04 20:31:31 momjian Exp $
4+
* $Id: wchar.c,v 1.31 2003/01/11 06:55:11 ishii Exp $
55
*
66
* WIN1250 client encoding updated by Pavel Behal
77
*
@@ -633,7 +633,7 @@ pg_verifymbstr(const unsigned char *mbstr, int len)
633633
if (GetDatabaseEncoding() == PG_UTF8 &&
634634
(*mbstr & 0xf8) == 0xf0)
635635
{
636-
snprintf(buf, sizeof(buf), "Unicode >= 0x10000 is not supoorted");
636+
snprintf(buf, sizeof(buf), "Unicode >= 0x10000 is not supported");
637637
return (buf);
638638
}
639639

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy