summaryrefslogtreecommitdiff
path: root/libmysql/errmsg.c
diff options
context:
space:
mode:
authorpaul@kite-hub.kitebird.com <>2004-06-30 22:18:41 -0500
committerpaul@kite-hub.kitebird.com <>2004-06-30 22:18:41 -0500
commitc53dc62ece188021cbee6c0664aeff9a26193b93 (patch)
treeb5e87210992ca89ba17360f197c9ebed0d106588 /libmysql/errmsg.c
parent0c6cc6951a25f11a9f4acf519d3cc405db09bd1e (diff)
downloadmariadb-git-c53dc62ece188021cbee6c0664aeff9a26193b93.tar.gz
client.c, libmysql.c:
Symbol spelling change. errmsg.c: Client error message edits. errmsg.h: Two symbol spelling changes.
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",