summaryrefslogtreecommitdiffstats
path: root/tests/applications
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-03 17:24:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-03 17:53:41 +0100
commit8731c5e383d54881ecf6e15fdd55b412ef4bfcf9 (patch)
tree3fac5bae9da780f4205abd3b97aefd0d2e03a460 /tests/applications
parent61d235c2f5af88a0a22105722142f2c72817ee00 (diff)
Fix some typos
Change-Id: If46057e48040fda7b61b81e735c171daf2cc7d06 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'tests/applications')
-rw-r--r--tests/applications/declarative_map/map3d.qml2
-rw-r--r--tests/applications/declarative_map/map3d_mousetest.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/applications/declarative_map/map3d.qml b/tests/applications/declarative_map/map3d.qml
index 652d19af..9d8d9fac 100644
--- a/tests/applications/declarative_map/map3d.qml
+++ b/tests/applications/declarative_map/map3d.qml
@@ -653,7 +653,7 @@ Rectangle {
anchors.fill: parent
target: map
enabled: false
- focus: true // enables keyboard control for convinience
+ focus: true // enables keyboard control for convenience
replaySpeedFactor: 1.7 // replay with 1.1 times the recording speed to better see what happens
Text {
id: pinchGenText
diff --git a/tests/applications/declarative_map/map3d_mousetest.qml b/tests/applications/declarative_map/map3d_mousetest.qml
index e875e07d..cc6dbda1 100644
--- a/tests/applications/declarative_map/map3d_mousetest.qml
+++ b/tests/applications/declarative_map/map3d_mousetest.qml
@@ -274,7 +274,7 @@ Item {
anchors.fill: parent
target: map
enabled: false
- focus: true // enables keyboard control for convinience
+ focus: true // enables keyboard control for convenience
replaySpeedFactor: 1.1 // replay with 1.1 times the recording speed to better see what happens
Text {
text: "PinchArea state: " + pinchGenerator.state + "\n"