aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index e604247bb..69b0aa64d 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -193,7 +193,7 @@ tor_tls_create_certificate(crypto_pk_env_t *rsa,
#ifdef EVERYONE_HAS_AES
-/* Everybody is running OpenSSL 0.9.7 or later, so no backward compatibiliy
+/* Everybody is running OpenSSL 0.9.7 or later, so no backward compatibility
* is needed. */
#define CIPHER_LIST TLS1_TXT_DHE_RSA_WITH_AES_128_SHA
#elif defined(TLS1_TXT_DHE_RSA_WITH_AES_128_SHA)