aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-08-18 18:30:35 +0200
committerMitch Curtis <mitch.curtis@digia.com>2014-08-19 07:40:05 +0200
commit74325015e7b3bab83826eefb61b9ad1808b1524d (patch)
tree6fd802b10958c82ce3f21cf900659d930dd721e8
parent1d0d8413dee4dfad1d1130ce65a533f122df4342 (diff)
Fix typo in StateChangeScript documentation.
Change-Id: Iec72331c183ea02680bad01f04eae82ebd815cdb Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
-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