From 10822c652c5f4c4e979b847b18512b318e2301e9 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 20 Apr 2020 10:05:28 +0200 Subject: lib: fix typos in comments and errormessages This fixes a few randomly spotted typos in recently merged code, most notably one in a userfacing errormessage the schannel code. --- lib/vtls/schannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/schannel.c') diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index 96c1dbc67..dce6242da 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -679,7 +679,7 @@ schannel_connect_step1(struct connectdata *conn, int sockindex) CERT_FIND_ANY, NULL, NULL); if(client_certs[0] == NULL) { - failf(data, "schannel: Failed to get certificat from file %s" + failf(data, "schannel: Failed to get certificate from file %s" ", last error is 0x%x", data->set.ssl.cert, GetLastError()); CertCloseStore(cert_store, 0); -- cgit v1.2.3