summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@digia.com>2013-02-07 16:06:21 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-01 15:28:06 +0100
commit8eb638313957e367040931c34483a010a0276f99 (patch)
tree2422109c29e8cdf04624c78d88d19a6f2b5d2c3d /src
parentd0af60fcfd3d591cc1e5ecfbb31801314e3ca99f (diff)
Spell "tesla" correctly in the documentation.
Change-Id: I3f5ac0b1adcdee9ba2c7ddd54302c3aca7a94bfb Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src')
-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}
*/