Fix typo in documentation
authorYann Bodson <yann.bodson@nokia.com>
Fri, 27 Apr 2012 06:50:52 +0000 (16:50 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 27 Apr 2012 15:51:00 +0000 (17:51 +0200)
Change-Id: Ia3cc61b2af7a68e15ad9668dc67275e8a2386a8c
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
examples/quick/imageelements/imageelements.qml

index 2de56f9..572715f 100644 (file)
@@ -71,7 +71,7 @@ import "../../shared"
     When the scene is clicked, an animation sets the sprite sequence to the
     'falling' states and animates the bear's y property.
     \snippet examples/quick/imageelements/spritesequence.qml animation
-    At the end of the amimation the bear is set back to its initial state.
+    At the end of the animation the bear is set back to its initial state.
 */
 
 Item {