From 890fd5ffc93d1c12a016ec57c048d4baae9963ba Mon Sep 17 00:00:00 2001 From: Beans Date: Thu, 26 Sep 2024 01:34:23 +0000 Subject: [PATCH] correct some spelling errors This place is spelled wrong. Signed-off-by: Beans --- include/bluetooth/audio/mcc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/bluetooth/audio/mcc.h b/include/bluetooth/audio/mcc.h index d93f66f65..b7cb51145 100644 --- a/include/bluetooth/audio/mcc.h +++ b/include/bluetooth/audio/mcc.h @@ -706,7 +706,7 @@ int bt_mcc_read_current_track_obj_id(struct bt_conn *conn); /** * @brief Set Current Track Object ID * - * Set the Current Track to the the track given by the @p id parameter + * Set the Current Track to the track given by the @p id parameter * * @param conn Connection to the peer device * @param id Object Transfer Service ID (UINT48) of the track to set as the current track @@ -728,7 +728,7 @@ int bt_mcc_read_next_track_obj_id(struct bt_conn *conn); /** * @brief Set Next Track Object ID * - * Set the Next Track to the the track given by the @p id parameter + * Set the Next Track to the track given by the @p id parameter * * @param conn Connection to the peer device * @param id Object Transfer Service ID (UINT48) of the track to set as the next track @@ -749,7 +749,7 @@ int bt_mcc_read_current_group_obj_id(struct bt_conn *conn); /** * @brief Set Current Group Object ID * - * Set the Current Group to the the group given by the @p id parameter + * Set the Current Group to the group given by the @p id parameter * * @param conn Connection to the peer device * @param id Object Transfer Service ID (UINT48) of the group to set as the current group -- Gitee