From 1b48bb5602bd90dc78e1ff09207f682f6a43edd2 Mon Sep 17 00:00:00 2001 From: Yann Bodson Date: Fri, 27 Apr 2012 16:50:52 +1000 Subject: [PATCH] Fix typo in documentation Change-Id: Ia3cc61b2af7a68e15ad9668dc67275e8a2386a8c Reviewed-by: Casper van Donderen --- examples/quick/imageelements/imageelements.qml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/quick/imageelements/imageelements.qml b/examples/quick/imageelements/imageelements.qml index 2de56f9..572715f 100644 --- a/examples/quick/imageelements/imageelements.qml +++ b/examples/quick/imageelements/imageelements.qml @@ -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 { -- 1.7.2.5