summaryrefslogtreecommitdiff
path: root/client/mysqladmin.c
diff options
context:
space:
mode:
authorunknown <jani@dsl-jkl1657.dial.inet.fi>2002-06-01 11:46:06 +0300
committerunknown <jani@dsl-jkl1657.dial.inet.fi>2002-06-01 11:46:06 +0300
commit78aa48a809319ffdc0367f02908a2fcf92f19fbb (patch)
treef00953e26432404ea89bd378ce213eee34621b64 /client/mysqladmin.c
parent2e86ba7e9e38bc77bdc9fd1c5878711e1fae8d18 (diff)
downloadmariadb-git-78aa48a809319ffdc0367f02908a2fcf92f19fbb.tar.gz
Fixed some spelling errors.
Diffstat (limited to 'client/mysqladmin.c')
-rw-r--r--client/mysqladmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqladmin.c b/client/mysqladmin.c
index 54103c010b3..fd2a17eee31 100644
--- a/client/mysqladmin.c
+++ b/client/mysqladmin.c
@@ -130,7 +130,7 @@ static struct my_option my_long_options[] =
(gptr*) &opt_relative, (gptr*) &opt_relative, 0, GET_BOOL, NO_ARG, 0, 0, 0,
0, 0, 0},
{"set-variable", 'O',
- "Change the value of a variable. Please note that this option is depricated; you can set variables directly with --variable-name=value.",
+ "Change the value of a variable. Please note that this option is deprecated; you can set variables directly with --variable-name=value.",
0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
{"silent", 's', "Silently exit if one can't connect to server",
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},