Skip to content

Commit e48b64d

Browse files
dbkinderAnas Nashif
authored andcommitted
doc: fix doc misspellings in doc, boards, samples
Occasional spelling-check scan found some misspellings. Signed-off-by: David B. Kinder <[email protected]>
1 parent 3314c36 commit e48b64d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

boards/riscv32/hifive1/doc/hifive1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Overview
99
The HiFive1 is an Arduino-compatible development board with
1010
an FE310 RISC-V SoC.
1111
More information can be found on
12-
`SiFive's wesite <https://www.sifive.com/products/hifive1>`_.
12+
`SiFive's website <https://www.sifive.com/products/hifive1>`_.
1313

1414
Programming and debugging
1515
*************************

doc/subsystems/bluetooth/devel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Testing Zephyr-based Controllers with BlueZ
129129
If you want to test a Zephyr-powered BLE Controller using BlueZ's Bluetooth
130130
Host, you will need a few tools described in the :ref:`bluetooth_bluez` section.
131131
Once you have installed the tools you can then use them to interact with your
132-
Zephry-based controller:
132+
Zephyr-based controller:
133133

134134
.. code-block:: console
135135
@@ -139,5 +139,5 @@ Zephry-based controller:
139139
140140
You might need to replace :literal:`--index 0` with the index of the Controller
141141
you wish to manage.
142-
Additional information aobut :file:`btmgmt` can be found in its manual pages.
142+
Additional information about :file:`btmgmt` can be found in its manual pages.
143143

doc/subsystems/mgmt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ over the following transports:
2121

2222
The management subsystem is based on the Simple Management Protocol (SMP)
2323
provided by `MCUmgr`_, an open source project that provides a
24-
management subystem that is portable across multiple real-time operating
24+
management subsystem that is portable across multiple real-time operating
2525
systems.
2626

2727
The management subsystem is split in two different locations in the Zephyr tree:

samples/net/eth_native_posix/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ below.
2727
:goals: build
2828
:compact:
2929

30-
Normally one needs extra priviliges to create and configure the TAP device in
30+
Normally one needs extra privileges to create and configure the TAP device in
3131
the host system. Use sudo to execute the Zephyr process with admin privileges,
3232
like this:
3333

samples/subsys/mgmt/mcumgr/smp_svr/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Caveats
3232
:option:`CONFIG_FS_NFFS_FLASH_DEV_NAME` setting in :file:`prj.conf` accordingly.
3333

3434
* The MCUboot bootloader is required for ``img_mgmt`` to function
35-
properly. More information about the Device Firmware Upgrade subystem and
35+
properly. More information about the Device Firmware Upgrade subsystem and
3636
MCUboot can be found in :ref:`mcuboot`.
3737

3838
* The :file:`mcumgr` command-line tool only works with Bluetooth Low Energy (BLE)

0 commit comments

Comments
 (0)