mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Spell check: accurancy->accuracy
This commit is contained in:
parent
4d42d769e6
commit
02b4f6c770
@ -26,8 +26,8 @@ struct QgsGPSInformation
|
||||
double pdop;
|
||||
double hdop;
|
||||
double vdop;
|
||||
double hacc; //horizontal accurancy in meters
|
||||
double vacc; //vertical accurancy in meters
|
||||
double hacc; //horizontal accuracy in meters
|
||||
double vacc; //vertical accuracy in meters
|
||||
QDateTime utcDateTime;
|
||||
QChar fixMode;
|
||||
int fixType;
|
||||
|
@ -502,8 +502,8 @@
|
||||
<widget objectName="mLblSatellitesUsed" class="QLabel" label="Satellites"/>
|
||||
<widget objectName="mTxtHacc" class="QLineEdit" label=""/>
|
||||
<widget objectName="mTxtVacc" class="QLineEdit" label=""/>
|
||||
<widget objectName="mLblHacc" class="QLabel" label="H accurancy"/>
|
||||
<widget objectName="mLblVacc" class="QLabel" label="V accurancy"/>
|
||||
<widget objectName="mLblHacc" class="QLabel" label="H accuracy"/>
|
||||
<widget objectName="mLblVacc" class="QLabel" label="V accuracy"/>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget objectName="qt_scrollarea_hcontainer" class="QWidget" label=""/>
|
||||
|
@ -116,6 +116,7 @@ accumlate:accumulate
|
||||
accumlated:accumulated
|
||||
accumlates:accumulates
|
||||
accumlating:accumulating
|
||||
accurancy:accuracy
|
||||
accussed:accused
|
||||
acedemic:academic
|
||||
acess:access
|
||||
|
@ -46,8 +46,8 @@ struct CORE_EXPORT QgsGPSInformation
|
||||
double pdop;
|
||||
double hdop;
|
||||
double vdop;
|
||||
double hacc; //horizontal accurancy in meters
|
||||
double vacc; //vertical accurancy in meters
|
||||
double hacc; //horizontal accuracy in meters
|
||||
double vacc; //vertical accuracy in meters
|
||||
QDateTime utcDateTime;
|
||||
QChar fixMode;
|
||||
int fixType;
|
||||
|
@ -616,14 +616,14 @@ gray = no data
|
||||
<item row="12" column="0">
|
||||
<widget class="QLabel" name="mLblHacc">
|
||||
<property name="text">
|
||||
<string>H accurancy</string>
|
||||
<string>H accuracy</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="13" column="0">
|
||||
<widget class="QLabel" name="mLblVacc">
|
||||
<property name="text">
|
||||
<string>V accurancy</string>
|
||||
<string>V accuracy</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user