summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2013-04-09 15:24:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-23 14:36:05 +0200
commite0060e69ba2a7752fa99b2d2054f67b5075e115d (patch)
tree1300c046f5842977245d899963f505fb8b5822e6 /src
parent9ad79c102ae8429503981551f8cfb482b8595e91 (diff)
QSensor: fix spelling in doc
Change-Id: Idcd84adc62015aa7986275b320f3bacf45c94635 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/sensors/qsensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qsensor.cpp b/src/sensors/qsensor.cpp
index 80a1ce44..c7256772 100644
--- a/src/sensors/qsensor.cpp
+++ b/src/sensors/qsensor.cpp
@@ -1006,7 +1006,7 @@ void QSensor::setUserOrientation(int userOrientation)
This signal is emitted when the list of available sensors has changed.
The sensors available to a program will not generally change over time
- however some of the avilable sensors may represent hardware that is not
+ however some of the available sensors may represent hardware that is not
permanently connected. For example, a game controller that is connected
via bluetooth would become available when it was on and would become
unavailable when it was off.