From cec133a242229def2c28fc3cfcb7349b9c3ae7ff Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Tue, 17 May 2022 11:56:01 +0200 Subject: [PATCH] Fix typo in mbedtls_pk_can_do_ext() documentation Signed-off-by: Neil Armstrong --- include/mbedtls/pk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/pk.h b/include/mbedtls/pk.h index 57085de6a..4c9f885d4 100644 --- a/include/mbedtls/pk.h +++ b/include/mbedtls/pk.h @@ -413,7 +413,7 @@ int mbedtls_pk_can_do( const mbedtls_pk_context *ctx, mbedtls_pk_type_t type ); #if defined(MBEDTLS_USE_PSA_CRYPTO) /** - * \brief Tell if context can do the operation given by PSA algorighm + * \brief Tell if context can do the operation given by PSA algorithm * * \param ctx The context to query. It must have been initialized. * \param alg PSA algorithm to check against, the following are allowed: