summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2021-06-28 20:35:05 -0400
committerdormando <dormando@rydia.net>2021-08-05 15:04:14 -0700
commitfba435c992eda3762a652210e6f75bba75e19e2c (patch)
tree0f9cdc6344261de5518170c31a8f880cf11f65ff /memcached.h
parentddee3e27a031be22f5f28c160be18fd3cb9bc63d (diff)
downloadmemcached-fba435c992eda3762a652210e6f75bba75e19e2c.tar.gz
Fix typos in doc/code comments (tem->item, etc)
Note: Do not fix typos in crc32.c because it's copied from an upstream source
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcached.h b/memcached.h
index 04bd169..8648f25 100644
--- a/memcached.h
+++ b/memcached.h
@@ -483,7 +483,7 @@ struct settings {
char *ssl_chain_cert; /* path to the server SSL chain certificate */
char *ssl_key; /* path to the server key */
int ssl_verify_mode; /* client certificate verify mode */
- int ssl_keyformat; /* key format , defult is PEM */
+ int ssl_keyformat; /* key format , default is PEM */
char *ssl_ciphers; /* list of SSL ciphers */
char *ssl_ca_cert; /* certificate with CAs. */
rel_time_t ssl_last_cert_refresh_time; /* time of the last server certificate refresh */