From 4c5ee625d240fb832f159b145972fcb0688e57d4 Mon Sep 17 00:00:00 2001 From: kylorene <120595962+kylorene@users.noreply.github.com> Date: Mon, 13 Feb 2023 18:05:12 -0500 Subject: [PATCH] [tcp] correct misspelling in API docs (#8750) --- include/openthread/instance.h | 2 +- include/openthread/tcp_ext.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openthread/instance.h b/include/openthread/instance.h index d7c88e390..5789685a7 100644 --- a/include/openthread/instance.h +++ b/include/openthread/instance.h @@ -53,7 +53,7 @@ extern "C" { * @note This number versions both OpenThread platform and user APIs. * */ -#define OPENTHREAD_API_VERSION (285) +#define OPENTHREAD_API_VERSION (286) /** * @addtogroup api-instance diff --git a/include/openthread/tcp_ext.h b/include/openthread/tcp_ext.h index 41c2fb84e..0258ac28b 100644 --- a/include/openthread/tcp_ext.h +++ b/include/openthread/tcp_ext.h @@ -240,7 +240,7 @@ int otTcpMbedTlsSslSendCallback(void *aCtx, const unsigned char *aBuf, size_t aL * * @param[in] aCtx A pointer to an otTcpEndpointAndCircularSendBuffer. * @param[out] aBuf The buffer into which to receive data. - * @param[in] aLen The maxmimum amount of data that can be received. + * @param[in] aLen The maximum amount of data that can be received. * * @returns The number of bytes received, or an mbedtls error code. */