Skip to content

Commit 02b4f6c

Browse files
committedMar 23, 2017
Spell check: accurancy->accuracy
1 parent 4d42d76 commit 02b4f6c

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed
 

‎python/core/gps/qgsgpsconnection.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ struct QgsGPSInformation
2626
double pdop;
2727
double hdop;
2828
double vdop;
29-
double hacc; //horizontal accurancy in meters
30-
double vacc; //vertical accurancy in meters
29+
double hacc; //horizontal accuracy in meters
30+
double vacc; //vertical accuracy in meters
3131
QDateTime utcDateTime;
3232
QChar fixMode;
3333
int fixType;

‎resources/customization.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@
502502
<widget objectName="mLblSatellitesUsed" class="QLabel" label="Satellites"/>
503503
<widget objectName="mTxtHacc" class="QLineEdit" label=""/>
504504
<widget objectName="mTxtVacc" class="QLineEdit" label=""/>
505-
<widget objectName="mLblHacc" class="QLabel" label="H accurancy"/>
506-
<widget objectName="mLblVacc" class="QLabel" label="V accurancy"/>
505+
<widget objectName="mLblHacc" class="QLabel" label="H accuracy"/>
506+
<widget objectName="mLblVacc" class="QLabel" label="V accuracy"/>
507507
</widget>
508508
</widget>
509509
<widget objectName="qt_scrollarea_hcontainer" class="QWidget" label=""/>

‎scripts/spell_check/spelling.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ accumlate:accumulate
116116
accumlated:accumulated
117117
accumlates:accumulates
118118
accumlating:accumulating
119+
accurancy:accuracy
119120
accussed:accused
120121
acedemic:academic
121122
acess:access

‎src/core/gps/qgsgpsconnection.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ struct CORE_EXPORT QgsGPSInformation
4646
double pdop;
4747
double hdop;
4848
double vdop;
49-
double hacc; //horizontal accurancy in meters
50-
double vacc; //vertical accurancy in meters
49+
double hacc; //horizontal accuracy in meters
50+
double vacc; //vertical accuracy in meters
5151
QDateTime utcDateTime;
5252
QChar fixMode;
5353
int fixType;

‎src/ui/qgsgpsinformationwidgetbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,14 +616,14 @@ gray = no data
616616
<item row="12" column="0">
617617
<widget class="QLabel" name="mLblHacc">
618618
<property name="text">
619-
<string>H accurancy</string>
619+
<string>H accuracy</string>
620620
</property>
621621
</widget>
622622
</item>
623623
<item row="13" column="0">
624624
<widget class="QLabel" name="mLblVacc">
625625
<property name="text">
626-
<string>V accurancy</string>
626+
<string>V accuracy</string>
627627
</property>
628628
</widget>
629629
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.