Skip to content

Commit 1175f57

Browse files
ndrs-pstmmahadevan108
authored andcommitted
doc: fix typo in multiple directories before v4.0.0 release
Utilize a code spell-checking tool to scan for and correct spelling errors in various files within the `doc` directory. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
1 parent 1a5ae37 commit 1175f57

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

doc/connectivity/networking/network_tracing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Network Tracing
99

1010
User can enable network core stack and socket API calls tracing.
1111

12-
The :kconfig:option:`CONFIG_TRACING_NET_CORE` option contols the core network
12+
The :kconfig:option:`CONFIG_TRACING_NET_CORE` option controls the core network
1313
stack tracing. This option is enabled by default if tracing and networking
1414
are enabled. The system will start to collect the receiving and sending call
1515
verdicts i.e., whether the network packet was successfully sent or received.

doc/contribute/documentation/guidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ Application build commands
796796
:board: qemu_x86
797797
:goals: build
798798

799-
This wil render as:
799+
This will render as:
800800

801801
.. zephyr-app-commands::
802802
:zephyr-app: samples/hello_world

doc/develop/toolchains/cadence_xcc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Cadence Tensilica Xtensa C/C++ Compiler (XCC)
6262
export XTENSA_CORE=ace10_LX7HiFi4_2022_10
6363
export TOOLCHAIN_VER=RI-2022.10-linux
6464
65-
#. Muiltiple SoCs:
65+
#. Multiple SoCs:
6666

6767
.. code-block:: console
6868

doc/hardware/arch/arm-scmi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ Currently, Zephyr has support for the following standard protocols:
142142
Clock management protocol
143143
*************************
144144

145-
This protocol is used to perfrom clock management operations. This is done
145+
This protocol is used to perform clock management operations. This is done
146146
via a driver (:file:`drivers/clock_control/clock_control_arm_scmi.c`), which
147-
implements the Zephyr clock control subsytem API. As such, from the user's
147+
implements the Zephyr clock control subsystem API. As such, from the user's
148148
perspective, using this driver is no different than using any other clock
149149
management driver.
150150

doc/releases/migration-guide-4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Bluetooth Audio
368368
:kconfig:option:`CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT` to reflect that they now serve as a
369369
compile-time maximum configuration of ASEs to be used.
370370
:c:func:`bt_bap_unicast_server_register` needs to be called once before using the Unicast Server,
371-
and more specfically prior to calling :c:func:`bt_bap_unicast_server_register_cb` for the first
371+
and more specifically prior to calling :c:func:`bt_bap_unicast_server_register_cb` for the first
372372
time. It does not need to be called again until the new function
373373
:c:func:`bt_bap_unicast_server_unregister` has been called.
374374
(:github:`76632`)

doc/releases/release-notes-4.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Drivers and Sensors
509509

510510
* I3C
511511

512-
* Added support for SETAASA optmization during initialization. Added a
512+
* Added support for SETAASA optimization during initialization. Added a
513513
``supports-setaasa`` property to ``i3c-devices.yaml``.
514514
* Added sending DEFTGTS if any devices that support functioning as a secondary
515515
controller on the bus.
@@ -1070,7 +1070,7 @@ Libraries / Subsystems
10701070

10711071
* :c:func:`hawkbit_autohandler` now takes one argument. If the argument is set to true, the
10721072
autohandler will reshedule itself after running. If the argument is set to false, the
1073-
autohandler will not reshedule itself. Both variants are sheduled independent of each other.
1073+
autohandler will not reshedule itself. Both variants are scheduled independent of each other.
10741074
The autohandler always runs in the system workqueue.
10751075

10761076
* Use the :c:func:`hawkbit_autohandler_wait` function to wait for the autohandler to finish.
@@ -1271,7 +1271,7 @@ MCUboot
12711271
* Added zephyr prefix to generated header path.
12721272
* Added optional img mgmt slot info feature.
12731273
* Added bootutil support for maximum image size details for additional images.
1274-
* Added support for automatically calculcating max sectors.
1274+
* Added support for automatically calculating max sectors.
12751275
* Added missing ``boot_enc_init()`` function.
12761276
* Added support for keeping image encrypted in scratch area in bootutil.
12771277
* Fixed serial recovery for NXP IMX.RT, LPC55x and MCXNx platforms

doc/services/smf/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Code::
335335
/* Child states do not have entry or exit actions */
336336
[S0] = SMF_CREATE_STATE(NULL, s0_run, NULL, &demo_states[PARENT], NULL),
337337
[S1] = SMF_CREATE_STATE(NULL, s1_run, NULL, &demo_states[PARENT], NULL),
338-
/* State S2 do ot have entry or exit actions and no parent */
338+
/* State S2 do not have entry or exit actions and no parent */
339339
[S2] = SMF_CREATE_STATE(NULL, s2_run, NULL, NULL, NULL),
340340
};
341341

doc/services/storage/zms/zms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Version1
367367
- Supports 32-bit IDs to store ID/Value pairs
368368
- Small sized data ( <= 8 bytes) are stored in the ATE itself
369369
- Built-in Data CRC32 (included in the ATE)
370-
- Versionning of ZMS (to handle future evolution)
370+
- Versioning of ZMS (to handle future evolution)
371371
- Supports large write-block-size (Only for platforms that need this)
372372

373373
Future features

0 commit comments

Comments
 (0)