From 453c71553cdfdbf0030bfd5198c3a84fb479b2a6 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 Nov 2019 14:06:01 +0100 Subject: [PATCH] Fix typo --- ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl.c b/ssl.c index af6d9056..ce815168 100644 --- a/ssl.c +++ b/ssl.c @@ -965,7 +965,7 @@ static int write_certificate(mbedtls_x509write_cert *crt, const char *output_fil memset(cert_buf, 0, sizeof(cert_buf)); /* - * Writing certificate into PEM string. If buffer is too small, fuction + * Writing certificate into PEM string. If buffer is too small, function * returns specific error and no buffer overflow can happen. */ if ((ret = mbedtls_x509write_crt_pem(crt, cert_buf, -- 2.39.2