mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 13:26:24 -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:
@@ -115,7 +115,7 @@ When clicked, opens the Map Display Settings dialog:
|
||||

|
||||
|
||||
The top half of the dialog allows customization of how objects from different SDRangel
|
||||
plugins are dispayed on the 2D and 3D maps. This includes:
|
||||
plugins are displayed on the 2D and 3D maps. This includes:
|
||||
|
||||
* Whether images are displayed on the 2D map and whether 3D models are displayed on the 2D map.
|
||||
* Whether labels are displayed giving the name of the object.
|
||||
|
||||
Reference in New Issue
Block a user