Skip to content

Commit 62d4115

Browse files
Shen7436Lindazhxy
authored andcommitted
docs: Fix some typos
1 parent bf1b165 commit 62d4115

File tree

61 files changed

+96
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+96
-96
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python:
1515
install:
1616
- requirements: docs/requirements.txt
1717

18-
# We need to list all the submodules included in documenation build by Doxygen
18+
# We need to list all the submodules included in documentation build by Doxygen
1919
submodules:
2020
include:
2121
- components/mqtt/esp-mqtt

components/app_trace/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ menu "Application Level Tracing"
207207
depends on APPTRACE_ENABLE
208208
default n
209209
help
210-
Enables supporrt for SEGGER SystemView tracing functionality.
210+
Enables support for SEGGER SystemView tracing functionality.
211211

212212
choice APPTRACE_SV_DEST
213213
prompt "SystemView destination"

components/bt/controller/esp32/Kconfig.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ config BTDM_CTRL_SCAN_BACKOFF_UPPERLIMITMAX
454454
default n
455455
help
456456
Disable active scan backoff. The bluetooth spec requires that scanners should run a backoff procedure to
457-
minimize collision of scan request PDUs from nultiple scanners. If scan backoff is disabled, in active
457+
minimize collision of scan request PDUs from multiple scanners. If scan backoff is disabled, in active
458458
scanning, scan request PDU will be sent every time when HW receives scannable ADV PDU.
459459

460460
config BTDM_CTRL_CHECK_CONNECT_IND_ACCESS_ADDRESS

components/bt/controller/esp32c3/Kconfig.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ config BT_CTRL_SCAN_BACKOFF_UPPERLIMITMAX
471471
default n
472472
help
473473
Disable active scan backoff. The bluetooth spec requires that scanners should run a backoff procedure to
474-
minimize collision of scan request PDUs from nultiple scanners. If scan backoff is disabled, in active
474+
minimize collision of scan request PDUs from multiple scanners. If scan backoff is disabled, in active
475475
scanning, scan request PDU will be sent every time when HW receives scannable ADV PDU.
476476

477477
config BT_BLE_ADV_DATA_LENGTH_ZERO_AUX

components/bt/host/bluedroid/api/include/api/esp_gap_ble_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ typedef struct {
10471047
} esp_ble_gap_periodic_adv_report_t;
10481048

10491049
/**
1050-
* @brief perodic adv sync establish parameters
1050+
* @brief periodic adv sync establish parameters
10511051
*/
10521052
typedef struct {
10531053
uint8_t status; /*!< periodic advertising sync status */

components/bt/host/bluedroid/bta/av/bta_av_aact.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ void bta_av_config_ind (tBTA_AV_SCB *p_scb, tBTA_AV_DATA *p_data)
11471147
p_info->media_type = p_scb->media_type;
11481148
p_info->seid = p_data->str_msg.msg.config_ind.int_seid;
11491149

1150-
/* Sep type of Peer will be oppsite role to our local sep */
1150+
/* Sep type of Peer will be opposite role to our local sep */
11511151
if (local_sep == AVDT_TSEP_SRC) {
11521152
p_info->tsep = AVDT_TSEP_SNK;
11531153
} else if (local_sep == AVDT_TSEP_SNK) {

components/bt/host/bluedroid/bta/hf_ag/bta_ag_cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ void bta_hf_ag_bqb_brsf_ctrl(BOOLEAN enable)
358358
#endif /* BT_HF_AG_BQB_INCLUDED */
359359

360360
/*******************************************
361-
* Funcitons Result
361+
* Function Results
362362
********************************************/
363363
/*******************************************************************************
364364
**

components/bt/host/bluedroid/external/sbc/decoder/include/oi_codec_sbc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT *context,
372372
*
373373
* @param frameData Pointer to the SBC data.
374374
*
375-
* @param frameBytes Number of bytes avaiable in the frameData buffer
375+
* @param frameBytes Number of bytes available in the frameData buffer
376376
*
377377
*/
378378
OI_UINT8 OI_CODEC_SBC_FrameCount(OI_BYTE *frameData,

components/bt/host/bluedroid/external/sbc/encoder/srce/sbc_encoder.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/******************************************************************************
2020
*
21-
* contains code for encoder flow and initalization of encoder
21+
* contains code for encoder flow and initialization of encoder
2222
*
2323
******************************************************************************/
2424

@@ -62,7 +62,7 @@ void SBC_Encoder(SBC_ENC_PARAMS *pstrEncParams)
6262
pstrEncParams->ps16NextPcmBuffer = pstrEncParams->as16PcmBuffer;
6363
#endif
6464
do {
65-
/* SBC ananlysis filter*/
65+
/* SBC analysis filter*/
6666
if (s32NumOfSubBands == 4) {
6767
SbcAnalysisFilter4(pstrEncParams);
6868
} else {
@@ -73,7 +73,7 @@ void SBC_Encoder(SBC_ENC_PARAMS *pstrEncParams)
7373
ps16ScfL = pstrEncParams->as16ScaleFactor;
7474
s32Ch = pstrEncParams->s16NumOfChannels * s32NumOfSubBands;
7575

76-
pstrEncParams->ps16NextPcmBuffer += s32Ch * s32NumOfBlocks; /* in case of multible sbc frame to encode update the pcm pointer */
76+
pstrEncParams->ps16NextPcmBuffer += s32Ch * s32NumOfBlocks; /* in case of multiple sbc frame to encode update the pcm pointer */
7777

7878
for (s32Sb = 0; s32Sb < s32Ch; s32Sb++) {
7979
SbBuffer = pstrEncParams->s32SbBuffer + s32Sb;
@@ -101,7 +101,7 @@ void SBC_Encoder(SBC_ENC_PARAMS *pstrEncParams)
101101
/* In case of JS processing,check whether to use JS */
102102
#if (SBC_JOINT_STE_INCLUDED == TRUE)
103103
if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) {
104-
/* Calculate sum and differance scale factors for making JS decision */
104+
/* Calculate sum and difference scale factors for making JS decision */
105105
ps16ScfL = pstrEncParams->as16ScaleFactor ;
106106
/* calculate the scale factor of Joint stereo max sum and diff */
107107
for (s32Sb = 0; s32Sb < s32NumOfSubBands - 1; s32Sb++) {
@@ -191,7 +191,7 @@ void SBC_Encoder(SBC_ENC_PARAMS *pstrEncParams)
191191
}
192192

193193
/****************************************************************************
194-
* InitSbcAnalysisFilt - Initalizes the input data to 0
194+
* InitSbcAnalysisFilt - Initializes the input data to 0
195195
*
196196
* RETURNS : N/A
197197
*/
@@ -306,7 +306,7 @@ void SBC_Encoder_Init(SBC_ENC_PARAMS *pstrEncParams)
306306
/* allocation method: loudness */
307307
pstrEncParams->s16AllocationMethod = SBC_LOUDNESS;
308308

309-
/* set the header paramers, unused for mSBC */
309+
/* set the header parameters, unused for mSBC */
310310
pstrEncParams->FrameHeader = 0;
311311
}
312312

components/driver/touch_sensor/esp32s2/include/driver/touch_sensor_legacy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ esp_err_t touch_pad_filter_read_smooth(touch_pad_t touch_num, uint32_t *smooth);
333333
/**
334334
* @brief Force reset benchmark to raw data of touch sensor.
335335
* @param touch_num touch pad index
336-
* - TOUCH_PAD_MAX Reset basaline of all channels
336+
* - TOUCH_PAD_MAX Reset baseline of all channels
337337
* @return
338338
* - ESP_OK Success
339339
*/

0 commit comments

Comments
 (0)