From: Daniel Stenberg Date: Mon, 25 Apr 2016 22:28:40 +0000 (+0200) Subject: mbedtls.c: silly spellfix of a comment X-Git-Tag: curl-7_49_0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05492fe790eee6322651aee16b222bdea2372719;p=thirdparty%2Fcurl.git mbedtls.c: silly spellfix of a comment --- diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index 1e9891971d..f61d7a96d6 100644 --- a/lib/vtls/mbedtls.c +++ b/lib/vtls/mbedtls.c @@ -22,7 +22,7 @@ ***************************************************************************/ /* - * Source file for all mbedTSL-specific code for the TLS/SSL layer. No code + * Source file for all mbedTLS-specific code for the TLS/SSL layer. No code * but vtls.c should ever call or use these functions. * */