summaryrefslogtreecommitdiff
path: root/include/sslopt-longopts.h
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-05-12 11:00:34 +0200
committerunknown <msvensson@neptunus.(none)>2006-05-12 11:00:34 +0200
commitf7d265a99c7687c5a22e57824f0abefee6ad24a1 (patch)
treeee26f3cb989318d3df9dfa3a4ac1855099283132 /include/sslopt-longopts.h
parentacf1879938049f2c429d9a4aa7559ec9f495721d (diff)
downloadmariadb-git-f7d265a99c7687c5a22e57824f0abefee6ad24a1.tar.gz
Correct spelling errors
Diffstat (limited to 'include/sslopt-longopts.h')
-rw-r--r--include/sslopt-longopts.h2
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