mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Fix spelling
Fixed with:
find . \( -name '*.md' -o -name '*.ui' -o -name '*.html' \) -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,som,verry --summary --write-changes {} \+
and manual editing.
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="reverseAPI">
|
||||
<property name="toolTip">
|
||||
<string>Sychronize with reverse API </string>
|
||||
<string>Synchronize with reverse API </string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>reverse API</string>
|
||||
|
||||
Reference in New Issue
Block a user