diff --git a/python/core/gps/qgsgpsconnection.sip b/python/core/gps/qgsgpsconnection.sip
index 7bb32a7c2db..13ea92c11f9 100644
--- a/python/core/gps/qgsgpsconnection.sip
+++ b/python/core/gps/qgsgpsconnection.sip
@@ -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;
diff --git a/resources/customization.xml b/resources/customization.xml
index 1dadd18025f..ab2d2c9a403 100644
--- a/resources/customization.xml
+++ b/resources/customization.xml
@@ -502,8 +502,8 @@
-
-
+
+
diff --git a/scripts/spell_check/spelling.dat b/scripts/spell_check/spelling.dat
index 59aad858622..3cf33ac198d 100644
--- a/scripts/spell_check/spelling.dat
+++ b/scripts/spell_check/spelling.dat
@@ -116,6 +116,7 @@ accumlate:accumulate
accumlated:accumulated
accumlates:accumulates
accumlating:accumulating
+accurancy:accuracy
accussed:accused
acedemic:academic
acess:access
diff --git a/src/core/gps/qgsgpsconnection.h b/src/core/gps/qgsgpsconnection.h
index d9221918773..0b92a746dbc 100644
--- a/src/core/gps/qgsgpsconnection.h
+++ b/src/core/gps/qgsgpsconnection.h
@@ -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;
diff --git a/src/ui/qgsgpsinformationwidgetbase.ui b/src/ui/qgsgpsinformationwidgetbase.ui
index c15f4e69d2b..9a67fabfc14 100644
--- a/src/ui/qgsgpsinformationwidgetbase.ui
+++ b/src/ui/qgsgpsinformationwidgetbase.ui
@@ -616,14 +616,14 @@ gray = no data
-
- H accurancy
+ H accuracy
-
- V accurancy
+ V accuracy