Fix typo in StateChangeScript documentation.
authorMitch Curtis <mitch.curtis@digia.com>
Mon, 18 Aug 2014 16:30:35 +0000 (18:30 +0200)
committerMitch Curtis <mitch.curtis@digia.com>
Tue, 19 Aug 2014 05:40:05 +0000 (07:40 +0200)
Change-Id: Iec72331c183ea02680bad01f04eae82ebd815cdb
Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
src/quick/util/qquickstatechangescript.cpp

index 7fe0b01..2d8eea0 100644 (file)
@@ -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