From 9219f9e7b8035ee020e645626dd7baaa52946d52 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Tue, 14 May 2019 12:40:58 +0100 Subject: [PATCH] Fix yet another occasions of 'setup' vs. 'set up' typo in x509_crt.h --- include/mbedtls/x509_crt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/x509_crt.h b/include/mbedtls/x509_crt.h index 77609efe9..2fb26fda6 100644 --- a/include/mbedtls/x509_crt.h +++ b/include/mbedtls/x509_crt.h @@ -664,7 +664,7 @@ int mbedtls_x509_crt_get_frame( mbedtls_x509_crt const *crt, mbedtls_x509_crt_frame *dst ); /** - * \brief Setup a PK context with the public key in a certificate. + * \brief Set up a PK context with the public key in a certificate. * * \param crt The certificate to use. This must be initialized and set up. * \param pk The address of the destination PK context to fill.