summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/Maze.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze/Maze.qml')
-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;