summaryrefslogtreecommitdiff
path: root/mysys/errors.c
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-09-27 02:40:54 +0300
committermonty@donna.mysql.com <>2000-09-27 02:40:54 +0300
commit083e1852e14c3980cb8c0600da009f365264bd62 (patch)
treef81605254863ffc2b10f71ccb7efd66e3844f345 /mysys/errors.c
parentb13c4de9553855ff62828b0cb13100724e9be79b (diff)
downloadmariadb-git-083e1852e14c3980cb8c0600da009f365264bd62.tar.gz
Fixes for release
Diffstat (limited to 'mysys/errors.c')
-rw-r--r--mysys/errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/errors.c b/mysys/errors.c
index f74a56ed5e5..c2c1b8ffcc3 100644
--- a/mysys/errors.c
+++ b/mysys/errors.c
@@ -44,7 +44,7 @@ const char * NEAR globerrs[GLOBERRS]=
"%d files and %d streams is left open\n",
"Disk is full writing '%s'. Waiting for someone to free space...",
"Can't create directory '%s' (Errcode: %d)",
- "Character set '%s' is not a compiled character set and is not specified in the '%s' file"
+ "Character set '%s' is not a compiled character set and is not specified in the '%s' file",
"Out of resources when opening file '%s' (Errcode: %d)",
};