summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/LabyrinthSquare.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze/LabyrinthSquare.qml')
-rw-r--r--examples/sensors/maze/LabyrinthSquare.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/maze/LabyrinthSquare.qml b/examples/sensors/maze/LabyrinthSquare.qml
index 56b834a7..9fa19096 100644
--- a/examples/sensors/maze/LabyrinthSquare.qml
+++ b/examples/sensors/maze/LabyrinthSquare.qml
@@ -55,7 +55,7 @@ Rectangle {
property int val: 0
property AnimatedImage picture: img
- //Dependend of its position and the labyrinth value a square can be the start, cheese, empty or a wall
+ //Dependent of its position and the labyrinth value a square can be the start, cheese, empty or a wall
AnimatedImage {
id: img
anchors.fill: parent