From deb8ab5c2d7f0d3dc12306eef293140ac1f7a089 Mon Sep 17 00:00:00 2001 From: ylavic Date: Mon, 10 Jul 2023 17:43:06 +0200 Subject: [PATCH] Address Ruediger's comment (to squash in "Update some comments, ...") --- modules/proxy/proxy_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 3ef7944c736..ae1954f0fde 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -1675,7 +1675,7 @@ static void connection_cleanup(void *theconn) } else if (conn->is_ssl) { /* The current ssl section/dir config of the conn is not necessarily - * the one it will be reused for, so while the conn is in the reslit + * the one it will be reused for, so while the conn is in the reslist * reset its ssl config to the worker's, until a new user sets its own * ssl config eventually in proxy_connection_create() and so on. */