summaryrefslogtreecommitdiff
path: root/libmysql/errmsg.c
diff options
context:
space:
mode:
authorunknown <paul@kite-hub.kitebird.com>2004-06-30 22:18:41 -0500
committerunknown <paul@kite-hub.kitebird.com>2004-06-30 22:18:41 -0500
commitb694101fce99c317291f9992a9223f7bd16b20f6 (patch)
treeb5e87210992ca89ba17360f197c9ebed0d106588 /libmysql/errmsg.c
parent0426c065c15494ea355dd6f65485937c69b74cdb (diff)
downloadmariadb-git-b694101fce99c317291f9992a9223f7bd16b20f6.tar.gz
client.c, libmysql.c:
Symbol spelling change. errmsg.c: Client error message edits. errmsg.h: Two symbol spelling changes. include/errmsg.h: Two symbol spelling changes. libmysql/errmsg.c: Client error message edits. libmysql/libmysql.c: Symbol spelling change. sql-common/client.c: Symbol spelling change.
Diffstat (limited to 'libmysql/errmsg.c')
-rw-r--r--libmysql/errmsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysql/errmsg.c b/libmysql/errmsg.c
index 3e1872f7e93..2b941470fc3 100644
--- a/libmysql/errmsg.c
+++ b/libmysql/errmsg.c
@@ -29,9 +29,9 @@ const char *client_errors[]=
"Keine Verbindung zu lokalem MySQL Server, socket: '%-.100s' (%d)",
"Keine Verbindung zu MySQL Server auf %-.100s (%d)",
"Kann TCP/IP-Socket nicht anlegen (%d)",
- "Unbekannter MySQL server host (%-.100s) (%d)",
+ "Unbekannter MySQL Server Host (%-.100s) (%d)",
"MySQL Server nicht vorhanden",
- "Protokolle ungleich; Server version = %d, client version = %d",
+ "Protokolle ungleich; Server Version = %d, Client Version = %d",
"MySQL client ran out of memory",
"Wrong host info",
"Localhost via UNIX socket",