diff options
author | unknown <paul@ice.local> | 2003-07-12 11:45:43 -0500 |
---|---|---|
committer | unknown <paul@ice.local> | 2003-07-12 11:45:43 -0500 |
commit | 91eb7ce1621cbf821132633b3b2e5216bd5751a4 (patch) | |
tree | 306e741331627f980e6d98c9c8710629cb1fe666 | |
parent | 9480ec828948191b4a924c36a5b183aab74ef27b (diff) | |
download | mariadb-git-91eb7ce1621cbf821132633b3b2e5216bd5751a4.tar.gz |
perror.c:
fix typo.
extra/perror.c:
fix typo.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | extra/perror.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index be9d7b77650..b70b0a7b381 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -71,6 +71,7 @@ mysqldev@build.mysql2.com nick@mysql.com nick@nick.leippe.com paul@central.snake.net +paul@ice.local paul@teton.kitebird.com pem@mysql.com peter@linux.local 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); |