Skip to content

Commit

Permalink
Spell check: accurancy->accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 23, 2017
1 parent 4d42d76 commit 02b4f6c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions python/core/gps/qgsgpsconnection.sip
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions resources/customization.xml
Expand Up @@ -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=""/>
Expand Down
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -116,6 +116,7 @@ accumlate:accumulate
accumlated:accumulated
accumlates:accumulates
accumlating:accumulating
accurancy:accuracy
accussed:accused
acedemic:academic
acess:access
Expand Down
4 changes: 2 additions & 2 deletions src/core/gps/qgsgpsconnection.h
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgsgpsinformationwidgetbase.ui
Expand Up @@ -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>
Expand Down

0 comments on commit 02b4f6c

Please sign in to comment.