From 1620a263bf710de951c3273ad07b5dff8f00c146 Mon Sep 17 00:00:00 2001 From: "wojciech.kepka" Date: Thu, 6 Feb 2020 14:56:26 +0100 Subject: [PATCH] Fix typo in warning message in utils.c --- utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils.c b/utils.c index f5fe628..4595382 100644 --- a/utils.c +++ b/utils.c @@ -1027,8 +1027,8 @@ utils_cert_handle_exception(gnutls_session_t session, unsigned int status, cert_invalid_reasons, sizeof(cert_invalid_reasons)); snprintf(message, sizeof(message), - "ATTENTION! The server uses and invalid security certificate which can not be trusted for\n" - "the following identified reasons(s);\n\n" + "ATTENTION! The server uses an invalid security certificate which can not be trusted for\n" + "the following identified reason(s);\n\n" "%s" "\n" REVIEW_CERT_TEXT