Skip to content

doc: fix typo in multiple directories before v4.2.0 release #92329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/connectivity/networking/dsa_txrx_process.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/contribute/documentation/guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1328,8 +1328,8 @@ Boards
produce a complete table. If disabled, a warning message will be shown instead of the runners
tables.

Accessibilty Guidelines
***********************
Accessibility Guidelines
************************

Accessibility is an important aspect of documentation, ensuring that all users, including those with
disabilities, can access and understand the content.
Expand Down
2 changes: 1 addition & 1 deletion doc/contribute/guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ this contributing and review process for imported components.
.. _copyrights:

Copyrights Notices
*******************
******************

The Zephyr Project follows the `Community Best Practice`_ for Copyright Notices from the Linux
Foundation.
Expand Down
2 changes: 1 addition & 1 deletion doc/develop/sca/clang.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Configuring clang static analyzer
*********************************

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

.. code-block:: shell
Expand Down
8 changes: 4 additions & 4 deletions doc/releases/migration-guide-4.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Boards
nRF Util (``nrfutil``) tool. This means that you may need to `install nRF Util
<https://www.nordicsemi.com/Products/Development-tools/nrf-util>`_ or, if you
prefer to continue using ``nrfjprog``, you can do so by invoking west while
specfying the runner: ``west flash -r nrfjprog``. The full documentation for
specifying the runner: ``west flash -r nrfjprog``. The full documentation for
nRF Util can be found
`here <https://docs.nordicsemi.com/bundle/nrfutil/page/README.html>`_.

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

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

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

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

Expand Down