diff options
author | msvensson@neptunus.(none) <> | 2006-05-12 11:00:34 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-05-12 11:00:34 +0200 |
commit | aa0b249fdd48990b5c114cb815943c70e4fb7b1d (patch) | |
tree | ee26f3cb989318d3df9dfa3a4ac1855099283132 /include/sslopt-longopts.h | |
parent | d3dd0752277589882ed5c427078e382f8613f56f (diff) | |
download | mariadb-git-aa0b249fdd48990b5c114cb815943c70e4fb7b1d.tar.gz |
Correct spelling errors
Diffstat (limited to 'include/sslopt-longopts.h')
-rw-r--r-- | include/sslopt-longopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sslopt-longopts.h b/include/sslopt-longopts.h index f444a7eb7ce..b0769af10fe 100644 --- a/include/sslopt-longopts.h +++ b/include/sslopt-longopts.h @@ -39,7 +39,7 @@ 0, 0, 0, 0, 0, 0}, #ifdef MYSQL_CLIENT {"ssl-verify-server-cert", OPT_SSL_VERIFY_SERVER_CERT, - "Verify servers \"Common Name\" in it's cert against hostname used when connecting. This option is disabled by default.", + "Verify server's \"Common Name\" in its cert against hostname used when connecting. This option is disabled by default.", (gptr*) &opt_ssl_verify_server_cert, (gptr*) &opt_ssl_verify_server_cert, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, #endif |