[tcp] correct misspelling in API docs (#8750)

This commit is contained in:
kylorene
2023-02-13 15:05:12 -08:00
committed by GitHub
parent b8eb7362c0
commit 4c5ee625d2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.
*/