summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/blackberry/bbguihelper.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-03 22:59:27 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-04 10:17:32 +0100
commit96771618f2413de849101b15344e1bb1fd1f7e7f (patch)
tree58fd03d354f7e62fc5ceb008623390325af23d08 /src/plugins/sensors/blackberry/bbguihelper.cpp
parent0a274451536078366d2b43b91f9566dc748521e7 (diff)
Fix some typos in comments and documentation
Change-Id: I8541601c0bfe2b7c80e88b4617e8215b266fb0bd Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/plugins/sensors/blackberry/bbguihelper.cpp')
-rw-r--r--src/plugins/sensors/blackberry/bbguihelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/sensors/blackberry/bbguihelper.cpp b/src/plugins/sensors/blackberry/bbguihelper.cpp
index a0b2a38f..8b8e84fa 100644
--- a/src/plugins/sensors/blackberry/bbguihelper.cpp
+++ b/src/plugins/sensors/blackberry/bbguihelper.cpp
@@ -132,7 +132,7 @@ void BbGuiHelper::readApplicationActiveState()
void BbGuiHelper::readOrientation()
{
// There is no API to get the current orientation at the moment.
- // Therefore, we assume that the inital orientation that is set in the environment variable
+ // Therefore, we assume that the initial orientation that is set in the environment variable
// hasn't changed yet.
// This assumptions don't always hold, but it is the best we got so far.
// The navigator will at least inform us about updates.