1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc: cleanup some minor spelling error found by codespell

This commit is contained in:
Karl Fessel 2021-09-03 13:02:08 +02:00
parent 6b47efb57b
commit 42b191318a
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ Next, we should verify that our Bluetooth device is configured properly:
# Look for available HCI devices.
hciconfig
This should show us some information about the available Blutooth devices. If no
This should show us some information about the available Bluetooth devices. If no
device is listed here, something is wrong...

View File

@ -1,5 +1,5 @@
# RNG
Test application for the RNG sourcs.
Test application for the RNG sources.
## Supported commands
* distributions [N] — Take N samples and print a bit distribution graph on the terminal.