summaryrefslogtreecommitdiff
path: root/myisam/myisamchk.c
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-06-30 23:29:25 +0000
committerunknown <serg@serg.mysql.com>2002-06-30 23:29:25 +0000
commit24e6b1b590893ef62df19608c22585d156e36e9e (patch)
tree34d47229775b8c950730434ea91db7a4bb43856f /myisam/myisamchk.c
parent85edab84072a5c3271194d2e35ce3f9db514de60 (diff)
downloadmariadb-git-24e6b1b590893ef62df19608c22585d156e36e9e.tar.gz
post-merge fix
myisam/myisamchk.c: typo fixed
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r--myisam/myisamchk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c
index 0ac089bd261..db03177edfc 100644
--- a/myisam/myisamchk.c
+++ b/myisam/myisamchk.c
@@ -219,7 +219,7 @@ static struct my_option my_long_options[] =
{"recover", 'r',
"Can fix almost anything except unique keys that aren't unique.",
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
- {"paraller-recover", 'p',
+ {"parallel-recover", 'p',
"Same as '-r' but creates all the keys in parallel",
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
{"safe-recover", 'o',