From 69994584c7731828d2709869697681b6ed50011d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 20 Oct 2015 09:38:10 +0200 Subject: [PATCH] Fix typo in documenation --- include/polarssl/ssl_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/ssl_cache.h b/include/polarssl/ssl_cache.h index 960c9ba2b..7aa6a0d4b 100644 --- a/include/polarssl/ssl_cache.h +++ b/include/polarssl/ssl_cache.h @@ -94,7 +94,7 @@ int ssl_cache_set( void *data, const ssl_session *session ); void ssl_cache_set_timeout( ssl_cache_context *cache, int timeout ); /** - * \brief Set the maximun number of cache entries + * \brief Set the maximum number of cache entries * (Default: SSL_CACHE_DEFAULT_MAX_ENTRIES (50)) * * \param cache SSL cache context