From f299efdb96346ef4f5a81ac851ae3203b8f0508f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 18 Sep 2023 11:19:04 +0200 Subject: [PATCH] Improve a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- tests/ssl-opt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index b214c65550..06a6fa25bb 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -1639,7 +1639,7 @@ run_test() { fi # If the client or server requires certain features that can be detected - # from their command-line arguments, check that they're enabled. + # from their command-line arguments, check whether they're enabled. detect_required_features "$SRV_CMD" "server" "$TLS_VERSION" "$EXT_WO_ECDH" "$@" detect_required_features "$CLI_CMD" "client" "$TLS_VERSION" "$EXT_WO_ECDH" "$@"