From 21424dcfd46a7461f9d8e662946c784256b9892d Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 23 Feb 2020 12:07:26 +0100
Subject: [PATCH] Fix a comment typo

---
 jcc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jcc.c b/jcc.c
index 20337fb8..703feb94 100644
--- a/jcc.c
+++ b/jcc.c
@@ -3855,7 +3855,7 @@ static void chat(struct client_state *csp)
 
             /*
             * If TLS/SSL connection wasn't created and invalid certificate
-            * wasn't detected, we can interrupt this fuction. Otherwise, we
+            * wasn't detected, we can interrupt this function. Otherwise, we
             * must inform the client about invalid server certificate.
             */
             if (ret != 0
-- 
2.49.0