1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -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:
Daniele Forsi
2023-07-08 22:01:06 +02:00
parent 8824bd5e44
commit ff47deee60
21 changed files with 75 additions and 75 deletions
@@ -312,7 +312,7 @@
<item row="2" column="4">
<widget class="QDoubleSpinBox" name="longitude">
<property name="toolTip">
<string>Longitude in decimal degress (East positive) of antenna location</string>
<string>Longitude in decimal degrees (East positive) of antenna location</string>
</property>
<property name="decimals">
<number>6</number>
@@ -388,7 +388,7 @@
<item row="11" column="0">
<widget class="QCheckBox" name="utc">
<property name="toolTip">
<string>When checked times are dispayed using UTC rather than the local time zone</string>
<string>When checked times are displayed using UTC rather than the local time zone</string>
</property>
<property name="text">
<string>Display times in UTC</string>
@@ -539,7 +539,7 @@ This can be specified as a decimal (E.g. 34.23) or in degrees, minutes and secon
<item row="2" column="3">
<widget class="QDoubleSpinBox" name="longitude">
<property name="toolTip">
<string>Longitude in decimal degress (East positive) of observation point / antenna location</string>
<string>Longitude in decimal degrees (East positive) of observation point / antenna location</string>
</property>
<property name="decimals">
<number>6</number>