diff options
author | Ian Gilfillan <github@greenman.co.za> | 2019-09-12 12:09:02 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2019-09-20 07:21:21 +0300 |
commit | 38fa0141eed89613b45906a638be19123ee7e706 (patch) | |
tree | 9b65795d7c726eb80b24c7d374f061cc2aa897af /storage/myisam/myisamchk.c | |
parent | f541d3f18eec035242303928aa65558a391d165d (diff) | |
download | mariadb-git-38fa0141eed89613b45906a638be19123ee7e706.tar.gz |
Fix spelling mistakes in MyISAM code comments
Diffstat (limited to 'storage/myisam/myisamchk.c')
-rw-r--r-- | storage/myisam/myisamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/myisamchk.c b/storage/myisam/myisamchk.c index bb035e6b157..a9f67fad84a 100644 --- a/storage/myisam/myisamchk.c +++ b/storage/myisam/myisamchk.c @@ -373,7 +373,7 @@ static void usage(void) puts("Check options (check is the default action for myisamchk):\n\ -c, --check Check table for errors.\n\ - -e, --extend-check Check the table VERY throughly. Only use this in\n\ + -e, --extend-check Check the table VERY thoroughly. Only use this in\n\ extreme cases as myisamchk should normally be able to\n\ find out if the table is ok even without this switch.\n\ -F, --fast Check only tables that haven't been closed properly.\n\ |