From 70dfaa55b611838c956f700b5f47b2c2753988f1 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 2 Jan 2014 16:06:10 +0100 Subject: [PATCH] connection.c: Fix minor documentation typo. --- src/connection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connection.c b/src/connection.c index 184ee5a..fb854da 100644 --- a/src/connection.c +++ b/src/connection.c @@ -102,9 +102,9 @@ void handle_connection(int client_socket) { int version_minor; /* x in HTTP/1.x */ int result; - /* client_x509_cred is used when talking to the client (acting as a TSL + /* client_x509_cred is used when talking to the client (acting as a TLS * server), server_x509_cred is used when talking to the server (acting as - * a TSL client). */ + * a TLS client). */ gnutls_certificate_credentials_t client_x509_cred, server_x509_cred; gnutls_session_t client_session, server_session; -- 2.43.2