mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 22:39:54 +00:00
[docs] fix double 'the' typos across the codebase (#13176)
This commit fixes instances of "the the" typos found in various files across the codebase, including documentation, headers, source files, and test scripts.
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ build_nrf52840()
|
||||
git archive "${sha}" | tar x -C "${OT_TMP_DIR}/${folder}/openthread"
|
||||
|
||||
if [ ! -e "${OT_TMP_DIR}/${folder}/openthread/examples/config/${config_name}" ]; then
|
||||
# Check if the the config headers are not present, copy from
|
||||
# Check if the config headers are not present, copy from
|
||||
# the main sha.
|
||||
case "$1" in
|
||||
br)
|
||||
|
||||
Reference in New Issue
Block a user