diff options
Diffstat (limited to 'mysys')
-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)", }; |