Spell check: accurancy->accuracy

This commit is contained in:
Nyall Dawson 2017-03-24 09:36:46 +10:00
parent 4d42d769e6
commit 02b4f6c770
5 changed files with 9 additions and 8 deletions

View File

@ -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;

View File

@ -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=""/>

View File

@ -116,6 +116,7 @@ accumlate:accumulate
accumlated:accumulated
accumlates:accumulates
accumlating:accumulating
accurancy:accuracy
accussed:accused
acedemic:academic
acess:access

View File

@ -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;

View File

@ -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>