1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

Fix spelling

Fixed with:
find . -name '*.md' -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,verry --summary --write-changes {} \+

and then running the same command with --interactive=2:
find . -name '*.md' -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,verry --summary --write-changes --interactive=2 {} \+
This commit is contained in:
Daniele Forsi
2023-04-02 20:18:07 +02:00
parent f5b91fff53
commit 812f2ee452
19 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ This label turns green when data is being received from the device.
- **O**: turns red if stream experiences overruns
- **T**: turns red if stream experiences timeouts
The stream warning indicators are reset when the acqusition is started.
The stream warning indicators are reset when the acquisition is started.
<h2>Dependendices</h2>