aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/quick/util/qquickstatechangescript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickstatechangescript.cpp b/src/quick/util/qquickstatechangescript.cpp
index 7fe0b0195d..2d8eea0a5c 100644
--- a/src/quick/util/qquickstatechangescript.cpp
+++ b/src/quick/util/qquickstatechangescript.cpp
@@ -75,7 +75,7 @@ public:
A StateChangeScript is run upon entering a state. You can optionally use
ScriptAction to specify the point in the transition at which
- the StateChangeScript should to be run.
+ the StateChangeScript should be run.
\snippet qml/states/statechangescript.qml state and transition