diff options
author | jani@dsl-jkl1657.dial.inet.fi <> | 2002-06-01 11:46:06 +0300 |
---|---|---|
committer | jani@dsl-jkl1657.dial.inet.fi <> | 2002-06-01 11:46:06 +0300 |
commit | edc6dc48eb8bcb49bd4974710ddaacfbaa67e32a (patch) | |
tree | f00953e26432404ea89bd378ce213eee34621b64 /client/mysqladmin.c | |
parent | 0b5e2d989649fe99d65911668e1fc56ad4025d43 (diff) | |
download | mariadb-git-edc6dc48eb8bcb49bd4974710ddaacfbaa67e32a.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}, |