diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-07-18 18:23:15 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-07-18 18:25:29 +0200 |
commit | baa261cdc8072d0e23cb3181194a087e0375d120 (patch) | |
tree | 6c5850e0c14853c1a38e3ddaf940657ef28347b5 /thirdparty/mbedtls/include/mbedtls/debug.h | |
parent | ee53a5161c8ce94ba2a06729d9d30099e74ba942 (diff) |
Bump mbedtls to 2.18.1 (headers).
Diffstat (limited to 'thirdparty/mbedtls/include/mbedtls/debug.h')
-rw-r--r-- | thirdparty/mbedtls/include/mbedtls/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/mbedtls/include/mbedtls/debug.h b/thirdparty/mbedtls/include/mbedtls/debug.h index 3c08244f3d..4fc4662d9a 100644 --- a/thirdparty/mbedtls/include/mbedtls/debug.h +++ b/thirdparty/mbedtls/include/mbedtls/debug.h @@ -139,7 +139,7 @@ extern "C" { * discarded. * (Default value: 0 = No debug ) * - * \param threshold theshold level of messages to filter on. Messages at a + * \param threshold threshold level of messages to filter on. Messages at a * higher level will be discarded. * - Debug levels * - 0 No debug |