File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ struct QgsGPSInformation
26
26
double pdop;
27
27
double hdop;
28
28
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
31
31
QDateTime utcDateTime;
32
32
QChar fixMode;
33
33
int fixType;
Original file line number Diff line number Diff line change 502
502
<widget objectName =" mLblSatellitesUsed" class =" QLabel" label =" Satellites" />
503
503
<widget objectName =" mTxtHacc" class =" QLineEdit" label =" " />
504
504
<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 " />
507
507
</widget >
508
508
</widget >
509
509
<widget objectName =" qt_scrollarea_hcontainer" class =" QWidget" label =" " />
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ accumlate:accumulate
116
116
accumlated:accumulated
117
117
accumlates:accumulates
118
118
accumlating:accumulating
119
+ accurancy:accuracy
119
120
accussed:accused
120
121
acedemic:academic
121
122
acess:access
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ struct CORE_EXPORT QgsGPSInformation
46
46
double pdop;
47
47
double hdop;
48
48
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
51
51
QDateTime utcDateTime;
52
52
QChar fixMode;
53
53
int fixType;
Original file line number Diff line number Diff line change @@ -616,14 +616,14 @@ gray = no data
616
616
<item row =" 12" column =" 0" >
617
617
<widget class =" QLabel" name =" mLblHacc" >
618
618
<property name =" text" >
619
- <string >H accurancy </string >
619
+ <string >H accuracy </string >
620
620
</property >
621
621
</widget >
622
622
</item >
623
623
<item row =" 13" column =" 0" >
624
624
<widget class =" QLabel" name =" mLblVacc" >
625
625
<property name =" text" >
626
- <string >V accurancy </string >
626
+ <string >V accuracy </string >
627
627
</property >
628
628
</widget >
629
629
</item >
You can’t perform that action at this time.
0 commit comments