-
Notifications
You must be signed in to change notification settings - Fork 223
Commit 0178fdf
Fix typos
The "codespell" spellchecker tool is used to automatically detect commonly misspelled words in the files of this
project.
The misspelled words dictionary was expanded in recent releases of codespell, which resulted in the detection of
misspelled words in the project files:
> Error: ./src/utility/HCI.cpp:761: Signalling ==> Signaling
> Error: ./docs/readme.md:22: acknowledgement ==> acknowledgment
The typos are hereby corrected, which will restore the spell check to a passing state.
---
I supplemented the correction of the automatically detected typos with a general review of the project content,
fixing the additional typos I identified during that review.1 parent 5a53135 commit 0178fdf
File tree
12 files changed
+103
-145
lines changed- docs
- examples
- Central/SensorTagButton
- Peripheral
- Advertising/RawDataAdvertising
- BatteryMonitor
- CallbackLED
- EncryptedBatteryMonitor
- LED
- src/utility
12 files changed
+103
-145
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
5 | + | ||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
5 | + | ||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | - | ||
9 | + | ||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
0 commit comments