From a2f37310066ea07455af36335b88b48499d461e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Wed, 27 Mar 2024 13:22:41 +0100 Subject: [PATCH] Fix typo in comment for 'test_auth_methods-t' --- test/tap/tests/test_auth_methods-t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tap/tests/test_auth_methods-t.cpp b/test/tap/tests/test_auth_methods-t.cpp index a7480c444..306b8e4db 100644 --- a/test/tap/tests/test_auth_methods-t.cpp +++ b/test/tap/tests/test_auth_methods-t.cpp @@ -282,7 +282,7 @@ struct test_conf_t { bool hashed_pass; /* @brief Wether to attempt auth under SSL conn or not. */ bool use_ssl; - /* @brief Wether to attempt auth under SSL conn or not. */ + /* @brief Wether to attempt auth with compression enabled or not. */ bool use_comp; };