From 4ebe3021a3eaba5aede533c701d4e4037d550344 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 15 May 2020 13:05:51 +0200
Subject: [PATCH] Improve ssl_send_certificate_error()'s description

Sponsored by: Robert Klemme
---
 ssl.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ssl.c b/ssl.c
index 05122752..c9e09a70 100644
--- a/ssl.c
+++ b/ssl.c
@@ -2082,10 +2082,10 @@ extern void ssl_send_certificate_error(struct client_state *csp)
  * Function    :  ssl_verify_callback
  *
  * Description :  This is a callback function for certificate verification.
- *                It's called for all certificates in server certificate
- *                trusted chain and it's preparing information about this
- *                certificates. Prepared informations can be used to inform
- *                user about invalid certificates.
+ *                It's called once for each certificate in the server's
+ *                certificate trusted chain and prepares information about
+ *                the certificate. The information can be used to inform
+ *                the user about invalid certificates.
  *
  * Parameters  :
  *          1  :  csp_void = Current client state (buffers, headers, etc...)
-- 
2.49.0