Fix typo in warning message in utils.c

This commit is contained in:
wojciech.kepka 2020-02-06 14:56:26 +01:00
parent 53ba87dc17
commit 1620a263bf

View File

@ -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