[meshcop] fix typos in joiner/commissioner method documentation (#5154)

This commit is contained in:
Abtin Keshavarzian
2020-06-29 12:53:00 -07:00
committed by Jonathan Hui
parent 560fee9698
commit d65f8a3812
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ typedef struct otCommissioningDataset
#define OT_JOINER_MAX_PSKD_LENGTH 32 ///< Maximum string length of a Joiner PSKd (does not include null char).
/**
* This structure represent a Joiner PSKd.
* This structure represents a Joiner PSKd.
*
*/
typedef struct otJoinerPskd
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (10)
#define OPENTHREAD_API_VERSION (11)
/**
* @addtogroup api-instance
+1 -1
View File
@@ -171,7 +171,7 @@ const otExtAddress *otJoinerGetId(otInstance *aInstance);
* @param[in] aDiscerner A pointer to a Joiner Discerner. If NULL clears any previously set discerner.
*
* @retval OT_ERROR_NONE The Joiner Discerner updated successfully.
* @retval OT_ERROR_INVALID_ARGS @p aDisciminrator is not valid (specified length is not within valid range).
* @retval OT_ERROR_INVALID_ARGS @p aDiscerner is not valid (specified length is not within valid range).
* @retval OT_ERROR_INVALID_STATE There is an ongoing Joining process so Joiner Discerner could not be changed.
*
*/