projects
/
profile
/
ivi
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e17b4
)
Fix typo in documentation
author
Yann Bodson
<yann.bodson@nokia.com>
Fri, 27 Apr 2012 06:50:52 +0000
(16:50 +1000)
committer
Qt 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
patch
|
blob
|
history
diff --git
a/examples/quick/imageelements/imageelements.qml
b/examples/quick/imageelements/imageelements.qml
index
2de56f9
..
572715f
100644
(file)
--- 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 a
m
imation the bear is set back to its initial state.
+ At the end of the a
n
imation the bear is set back to its initial state.
*/
Item {