diff options
author | unknown <jani@dsl-jkl1657.dial.inet.fi> | 2002-06-01 11:46:06 +0300 |
---|---|---|
committer | unknown <jani@dsl-jkl1657.dial.inet.fi> | 2002-06-01 11:46:06 +0300 |
commit | 78aa48a809319ffdc0367f02908a2fcf92f19fbb (patch) | |
tree | f00953e26432404ea89bd378ce213eee34621b64 /client/mysqladmin.c | |
parent | 2e86ba7e9e38bc77bdc9fd1c5878711e1fae8d18 (diff) | |
download | mariadb-git-78aa48a809319ffdc0367f02908a2fcf92f19fbb.tar.gz |
Fixed some spelling errors.
Diffstat (limited to 'client/mysqladmin.c')
-rw-r--r-- | client/mysqladmin.c | 2 |
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}, |