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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user