From fba435c992eda3762a652210e6f75bba75e19e2c Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Mon, 28 Jun 2021 20:35:05 -0400 Subject: 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 --- memcached.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'memcached.h') 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 */ -- cgit v1.2.1