summaryrefslogtreecommitdiffstats
path: root/examples/sensors
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2012-01-12 08:56:43 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-12 02:01:55 +0100
commit86f9434b444d6d3adb403bacd3227faba18ae8ed (patch)
treed0ff84a0abae44d59a8de0feb2cdeb254df27996 /examples/sensors
parent1a2c653e3ef82de04906e88bdf2ec5efada324f9 (diff)
Fix secounds misspelling
Change-Id: Ic303d8e84044cc687589fe9105bb5689e29fe9de Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'examples/sensors')
-rw-r--r--examples/sensors/maze/Maze.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/maze/Maze.qml b/examples/sensors/maze/Maze.qml
index f835da60..c8f3051e 100644
--- a/examples/sensors/maze/Maze.qml
+++ b/examples/sensors/maze/Maze.qml
@@ -188,7 +188,7 @@ Rectangle {
//check if already solved
if (Lib.won !== true){
Lib.sec += 0.05;
- timePlayingLabel.text = Math.floor(Lib.sec) + " secounds";
+ timePlayingLabel.text = Math.floor(Lib.sec) + " seconds";
//check if we can move the mouse
var xval = -1;