summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorpaul@ice.local <>2003-07-12 11:45:43 -0500
committerpaul@ice.local <>2003-07-12 11:45:43 -0500
commitbc8d48920ed1b960a0fde17172a013101e73a2c4 (patch)
tree306e741331627f980e6d98c9c8710629cb1fe666 /extra
parent3c4b68eb1c381209acdc6bed9c38194a125a022b (diff)
downloadmariadb-git-bc8d48920ed1b960a0fde17172a013101e73a2c4.tar.gz
perror.c:
fix typo.
Diffstat (limited to 'extra')
-rw-r--r--extra/perror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c
index a2951bff66a..ca6bbfb54f9 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -111,7 +111,7 @@ static void usage(void)
{
print_version();
puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,\nand you are welcome to modify and redistribute it under the GPL license\n");
- printf("Print a description for a system error code or a error code from\na MyISAM/ISAM/BDB table handler.\n");
+ printf("Print a description for a system error code or an error code from\na MyISAM/ISAM/BDB table handler.\n");
printf("If you want to get the error for a negative error code, you should use\n-- before the first error code to tell perror that there was no more options.\n\n");
printf("Usage: %s [OPTIONS] [ERRORCODE [ERRORCODE...]]\n",my_progname);
my_print_help(my_long_options);