Skip to content

Commit 2d3a24b

Browse files
ndrs-pstdkalowsk
authored andcommitted
doc: fix typo in multiple directories before v4.2.0 release
Utilize a code spell-checking tool to scan for and correct spelling errors in various files within the `doc` directory. In `dsa_txrx_process.svg`, correct the typo `Tansmit` to `Transmit`. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
1 parent 05e64bd commit 2d3a24b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

doc/connectivity/networking/dsa_txrx_process.svg

Lines changed: 1 addition & 1 deletion
Loading

doc/contribute/documentation/guidelines.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,8 +1328,8 @@ Boards
13281328
produce a complete table. If disabled, a warning message will be shown instead of the runners
13291329
tables.
13301330

1331-
Accessibilty Guidelines
1332-
***********************
1331+
Accessibility Guidelines
1332+
************************
13331333

13341334
Accessibility is an important aspect of documentation, ensuring that all users, including those with
13351335
disabilities, can access and understand the content.

doc/contribute/guidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ this contributing and review process for imported components.
102102
.. _copyrights:
103103

104104
Copyrights Notices
105-
*******************
105+
******************
106106

107107
The Zephyr Project follows the `Community Best Practice`_ for Copyright Notices from the Linux
108108
Foundation.

doc/develop/sca/clang.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Configuring clang static analyzer
7070
*********************************
7171

7272
Clang static analyzer can be controlled using specific options.
73-
To get an exaustive list of available options, report to the
73+
To get an exhaustive list of available options, report to the
7474
'analyze-build' helper and 'scan-build' helper.
7575

7676
.. code-block:: shell

doc/releases/migration-guide-4.2.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Boards
3939
nRF Util (``nrfutil``) tool. This means that you may need to `install nRF Util
4040
<https://www.nordicsemi.com/Products/Development-tools/nrf-util>`_ or, if you
4141
prefer to continue using ``nrfjprog``, you can do so by invoking west while
42-
specfying the runner: ``west flash -r nrfjprog``. The full documentation for
42+
specifying the runner: ``west flash -r nrfjprog``. The full documentation for
4343
nRF Util can be found
4444
`here <https://docs.nordicsemi.com/bundle/nrfutil/page/README.html>`_.
4545

@@ -175,7 +175,7 @@ Ethernet
175175
``ETH_STM32_CARRIER_CHECK_RX_IDLE_TIMEOUT_MS``, ``ETH_STM32_AUTO_NEGOTIATION_ENABLE``,
176176
``ETH_STM32_SPEED_10M``, ``ETH_STM32_MODE_HALFDUPLEX`` have been removed, as they are no longer
177177
needed, and the driver now uses the ethernet phy api to communicate with the phy driver, which
178-
is resposible for configuring the phy settings (:github:`87593`).
178+
is responsible for configuring the phy settings (:github:`87593`).
179179

180180
* ``ethernet_native_posix`` has been renamed ``ethernet_native_tap``, and with it its
181181
kconfig options: :kconfig:option:`CONFIG_ETH_NATIVE_POSIX` and its related options have been
@@ -188,7 +188,7 @@ Ethernet
188188
:zephyr_file:`include/zephyr/net/ethernet.h` have been renamed
189189
to ``ETHERNET_DSA_CONDUIT_PORT`` and ``ETHERNET_DSA_USER_PORT``.
190190

191-
* Enums for the Ethernet speed have been renamed to be more indepedent of the used medium.
191+
* Enums for the Ethernet speed have been renamed to be more independent of the used medium.
192192
``LINK_HALF_10BASE_T``, ``LINK_FULL_10BASE_T``, ``LINK_HALF_100BASE_T``, ``LINK_FULL_100BASE_T``,
193193
``LINK_HALF_1000BASE_T``, ``LINK_FULL_1000BASE_T``, ``LINK_FULL_2500BASE_T`` and
194194
``LINK_FULL_5000BASE_T`` have been renamed to :c:enumerator:`LINK_HALF_10BASE`,
@@ -439,7 +439,7 @@ Bluetooth HCI
439439
have been deprecated, but are still usable, with the exception that they can only be
440440
called once per buffer.
441441

442-
* The :c:func:`bt_hci_cmd_create` function has been depracated and the new :c:func:`bt_hci_cmd_alloc`
442+
* The :c:func:`bt_hci_cmd_create` function has been deprecated and the new :c:func:`bt_hci_cmd_alloc`
443443
function should be used instead. The new function takes no parameters because the command
444444
sending functions have been updated to do the command header encoding.
445445

0 commit comments

Comments
 (0)