Skip to content

Commit 571f859

Browse files
deiningcarlescufi
authored andcommitted
documentation: Fix several typos
Correcting typos in various documentation files Signed-off-by: Andreas Deininger <[email protected]>
1 parent cb46ed6 commit 571f859

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

doc/connectivity/bluetooth/api/cap.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _bluetooth_cap:
22

3-
Commmon Audio Profile
4-
#####################
3+
Common Audio Profile
4+
####################
55

66

77
API Reference

doc/connectivity/bluetooth/api/mesh/shell.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ The Configuration Client uses general message parameters set by ``mesh target ds
473473

474474
Get or set the default TTL value.
475475

476-
* ``TTL``: If present, sets the new default TTL value. Leagal TTL values are 0x00 and 0x02-0x7f. If omitted, the current default TTL value is printed.
476+
* ``TTL``: If present, sets the new default TTL value. Legal TTL values are 0x00 and 0x02-0x7f. If omitted, the current default TTL value is printed.
477477

478478

479479
``mesh models cfg friend [Val(off, on)]``
@@ -1229,7 +1229,7 @@ To use these commands, a Firmware Distribution Server must be instantiated by th
12291229
Get a list of info about firmware receivers.
12301230

12311231
* ``First``: Index of the first receiver to get from the receiver list.
1232-
* ``Count``: The number of recievers for which to get info.
1232+
* ``Count``: The number of receivers for which to get info.
12331233

12341234
``mesh models dfd capabilities-get``
12351235
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

doc/connectivity/bluetooth/api/shell/mcp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ track" command:
435435
436436
437437
Some server commands are available. These commands force
438-
notifications of the various characterstics, for testing that the
438+
notifications of the various characteristics, for testing that the
439439
client receives notifications. The values sent in the notifications
440440
caused by these testing commands are independent of the media player,
441441
so they do not correspond the actual values of the characteristics nor

doc/connectivity/bluetooth/bluetooth-ctlr-arch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ requires the following hardware peripherals.
308308
.. [i] General Purpose Input Output (GPIO)
309309
.. [j] GPIO tasks and events (GPIOTE)
310310
.. [k] Temperature sensor (TEMP)
311-
.. [l] Universal Asynchronous Receiver Transmiter (UART)
311+
.. [l] Universal Asynchronous Receiver Transmitter (UART)
312312
.. [m] Interprocess Communication peripheral (IPC)
313313
314314

doc/connectivity/usb/pd/ucds.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The configuration of a USB-C Device is done in the stack layer and devicetree.
2727
The following devicetree, structures and callbacks need to be defined:
2828

2929
* Devicetree usb-c-connector node referencing a TCPC
30-
* Devicetree vbus node referencing a VBUS measurment device
30+
* Devicetree vbus node referencing a VBUS measurement device
3131
* User defined structure that encapsulates application specific data
3232
* Policy callbacks
3333

@@ -117,7 +117,7 @@ The configuration of a USB-C Device is done in the stack layer and devicetree.
117117
Define the following devicetree, structures and callbacks:
118118

119119
* Devicetree ``usb-c-connector`` node referencing a TCPC
120-
* Devicetree ``vbus`` node referencing a VBUS measurment device
120+
* Devicetree ``vbus`` node referencing a VBUS measurement device
121121
* User defined structure that encapsulates application specific data
122122
* Policy callbacks
123123

doc/develop/flash_debug/host-tools.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ As a quick reference, see these three board documentation pages:
184184
Enabling BOSSAC on Windows Native [Experimental]
185185
------------------------------------------------
186186

187-
Zephyr SDK´s bossac is only currenty support on Linux and macOS. Windows support
188-
can be achieved by using the bossac version from `BOSSA oficial releases`_.
187+
Zephyr SDK´s bossac is currently supported on Linux and macOS only. Windows support
188+
can be achieved by using the bossac version from `BOSSA official releases`_.
189189
After installing using default options, the :file:`bossac.exe` must be added to
190190
Windows PATH. A specific bossac executable can be used by passing the
191191
``--bossac`` option, as follows:
@@ -403,5 +403,5 @@ To enable Zephyr RTOS awareness follow the steps described in
403403
.. _Lauterbach TRACE32 Zephyr OS Awareness Manual:
404404
https://www2.lauterbach.com/pdf/rtos_zephyr.pdf
405405

406-
.. _BOSSA oficial releases:
406+
.. _BOSSA official releases:
407407
https://github.com/shumatech/BOSSA/releases

doc/develop/test/twister.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ filter: <expression>
561561
Twister will first evaluate the expression to find if a "limited" cmake call, i.e. using package_helper cmake script,
562562
can be done. Existence of "dt_*" entries indicates devicetree is needed.
563563
Existence of "CONFIG*" entries indicates kconfig is needed.
564-
If there are no other types of entries in the expression a filtration can be done wihout creating a complete build system.
564+
If there are no other types of entries in the expression a filtration can be done without creating a complete build system.
565565
If there are entries of other types a full cmake is required.
566566

567567
The grammar for the expression language is as follows:
@@ -1080,9 +1080,9 @@ locally. As of now, those options are available:
10801080
CI)
10811081
- Option to specify your own list of default platforms overriding what
10821082
upstream defines.
1083-
- Ability to override `build_onl_all` options used in some testscases.
1083+
- Ability to override `build_onl_all` options used in some testcases.
10841084
This will treat tests or sample as any other just build for default
1085-
platforms you specify in the configuation file or on the command line.
1085+
platforms you specify in the configuration file or on the command line.
10861086
- Ignore some logic in twister to expand platform coverage in cases where
10871087
default platforms are not in scope.
10881088

@@ -1139,7 +1139,7 @@ And example test level configuration::
11391139
Combined configuration
11401140
======================
11411141

1142-
To mix the Platform and level confgiuration, you can take an example as below:
1142+
To mix the Platform and level configuration, you can take an example as below:
11431143

11441144
And example platforms plus level configuration::
11451145

doc/develop/west/release-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ New features:
361361
Bug fixes:
362362

363363
- West now checks that the manifest schema version is one of the explicitly
364-
allowed vlaues documented in :ref:`west-manifest-schema-version`. The old
364+
allowed values documented in :ref:`west-manifest-schema-version`. The old
365365
behavior was just to check that the schema version was newer than the west
366366
version where the ``manifest: version:`` key was introduced. This incorrectly
367367
allowed invalid schema versions, like ``0.8.2``.

doc/services/device_mgmt/ec_host_cmd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ called.
2929
.. image:: ec_host_cmd.png
3030
:align: center
3131

32-
SHI (Serial Host Interface) is different to this because it is used olny for communication with a
32+
SHI (Serial Host Interface) is different to this because it is used only for communication with a
3333
host. SHI does not have API itself, thus the backend and peripheral driver layers are combined into
3434
one backend layer.
3535

doc/services/ipc/ipc_service/ipc_service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ See the following example:
161161
Backends
162162
********
163163

164-
The requirements needed for implementating backends give flexibility to the IPC
164+
The requirements needed for implementing backends give flexibility to the IPC
165165
service. These allow for the addition of dedicated backends having only a
166166
subsets of features for specific use cases.
167167

0 commit comments

Comments
 (0)