summaryrefslogtreecommitdiffstats
path: root/src/sensors/qmagnetometer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/qmagnetometer.cpp')
-rw-r--r--src/sensors/qmagnetometer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sensors/qmagnetometer.cpp b/src/sensors/qmagnetometer.cpp
index f5f563aa..7c5c9657 100644
--- a/src/sensors/qmagnetometer.cpp
+++ b/src/sensors/qmagnetometer.cpp
@@ -84,7 +84,7 @@ IMPLEMENT_READING(QMagnetometerReading)
\property QMagnetometerReading::x
\brief the raw magnetic flux density on the X axis.
- Measured as telsas.
+ Measured as teslas.
\sa {QMagnetometerReading Units}
*/
@@ -105,7 +105,7 @@ void QMagnetometerReading::setX(qreal x)
\property QMagnetometerReading::y
\brief the raw magnetic flux density on the Y axis.
- Measured as telsas.
+ Measured as teslas.
\sa {QMagnetometerReading Units}
*/
@@ -126,7 +126,7 @@ void QMagnetometerReading::setY(qreal y)
\property QMagnetometerReading::z
\brief the raw magnetic flux density on the Z axis.
- Measured as telsas.
+ Measured as teslas.
\sa {QMagnetometerReading Units}
*/