From 9540f8bae2acacaa00214b978b4ef2a12f01534b Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 23 Feb 2020 12:13:40 +0100 Subject: [PATCH] Fix a comment typo --- ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl.c b/ssl.c index 78a7c659..d8ae0fed 100644 --- a/ssl.c +++ b/ssl.c @@ -1542,7 +1542,7 @@ exit: * * Function : make_certs_path * - * Description : Creates path to file from three pieces. This fuction + * Description : Creates path to file from three pieces. This function * takes parameters and puts them in one new mallocated * char * in correct order. Returned variable must be freed * by caller. This function is mainly used for creating -- 2.39.2