diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-26 00:28:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-26 00:28:40 +0200 |
commit | 05492fe790eee6322651aee16b222bdea2372719 (patch) | |
tree | 903862c33d820f6214dc214fd8188972a73f2c20 /lib/vtls | |
parent | 3a6142865fec3c54cd7081ada86c93c135e4b32f (diff) |
mbedtls.c: silly spellfix of a comment
Diffstat (limited to 'lib/vtls')
-rw-r--r-- | lib/vtls/mbedtls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index 1e9891971..f61d7a96d 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. * */ |