aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2020-04-20 10:05:28 +0200
committerDaniel Gustafsson <daniel@yesql.se>2020-04-20 10:12:22 +0200
commit10822c652c5f4c4e979b847b18512b318e2301e9 (patch)
tree9d83b9ecc65380becee73709f29bc946bb154d77 /lib/vtls
parentbcd9813588e971212f139d614a77215f1602e066 (diff)
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.
Diffstat (limited to 'lib/vtls')
-rw-r--r--lib/vtls/schannel.c2
1 files changed, 1 insertions, 1 deletions
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);