From 8eb638313957e367040931c34483a010a0276f99 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Thu, 7 Feb 2013 16:06:21 +0100 Subject: Spell "tesla" correctly in the documentation. Change-Id: I3f5ac0b1adcdee9ba2c7ddd54302c3aca7a94bfb Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/sensors/qmagnetometer.cpp | 6 +++--- 1 file 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} */ -- cgit v1.2.3