mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-01 16:38:06 -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:
@@ -157,7 +157,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>
|
||||
|
||||
@@ -25,7 +25,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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<item>
|
||||
<widget class="QComboBox" name="deviceStream">
|
||||
<property name="toolTip">
|
||||
<string>Devcie stream index</string>
|
||||
<string>Device stream index</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="fftwReverse">
|
||||
<property name="toolTip">
|
||||
<string>Sychronize with reverse API </string>
|
||||
<string>Synchronize with reverse API </string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>reverse FFT</string>
|
||||
|
||||
Reference in New Issue
Block a user