diff options
author | monty@donna.mysql.com <> | 2000-09-27 02:40:54 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-27 02:40:54 +0300 |
commit | 083e1852e14c3980cb8c0600da009f365264bd62 (patch) | |
tree | f81605254863ffc2b10f71ccb7efd66e3844f345 /mysys/errors.c | |
parent | b13c4de9553855ff62828b0cb13100724e9be79b (diff) | |
download | mariadb-git-083e1852e14c3980cb8c0600da009f365264bd62.tar.gz |
Fixes for release
Diffstat (limited to 'mysys/errors.c')
-rw-r--r-- | mysys/errors.c | 2 |
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)", }; |