Fix typo
authorFabian Keil <fk@fabiankeil.de>
Mon, 25 Nov 2019 13:06:01 +0000 (14:06 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 27 Nov 2019 12:31:08 +0000 (13:31 +0100)
ssl.c

diff --git a/ssl.c b/ssl.c
index af6d905..ce81516 100644 (file)
--- 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,