summaryrefslogtreecommitdiffstats
path: root/src/imports
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/imports
parent0a274451536078366d2b43b91f9566dc748521e7 (diff)
Fix some typos in comments and documentation
Change-Id: I8541601c0bfe2b7c80e88b4617e8215b266fb0bd Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/sensors/qmlsensorgesture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/sensors/qmlsensorgesture.cpp b/src/imports/sensors/qmlsensorgesture.cpp
index 29e220d2..3771f6fb 100644
--- a/src/imports/sensors/qmlsensorgesture.cpp
+++ b/src/imports/sensors/qmlsensorgesture.cpp
@@ -217,7 +217,7 @@ void QmlSensorGesture::setEnabled(bool value)
*/
/*
- private funtion implementation
+ private function implementation
*/
void QmlSensorGesture::deleteGesture()
{
@@ -256,7 +256,7 @@ void QmlSensorGesture::createGesture()
}
/*
- End of private funtion implementation
+ End of private function implementation
*/
QT_END_NAMESPACE