mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-28 21:14:15 -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:
@@ -32,7 +32,7 @@ Note that on first start the list in (4) is empty therefore you must press this
|
||||
|
||||
Use this combo box to select which channel to control. The list item is formatted this way:
|
||||
|
||||
- R ot T for a source (Rx) or sink (Tx) device set
|
||||
- R or T for a source (Rx) or sink (Tx) device set
|
||||
- The sequence number of the device set
|
||||
- The sequence number of the channel after the semicolon separator
|
||||
- The type of channel
|
||||
|
||||
Reference in New Issue
Block a user