summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-04-15 03:43:13 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-04-15 03:44:02 (GMT)
commit43b2d65dddaf0dacdd998ceb93f923deafc466d1 (patch)
tree6845367cf4feb358a8d10c8698b3566a2affa590 /doc
parent064d054497f74cfae4c2e6bf28b8b29013a1e3c3 (diff)
downloadQt-43b2d65dddaf0dacdd998ceb93f923deafc466d1.zip
Qt-43b2d65dddaf0dacdd998ceb93f923deafc466d1.tar.gz
Qt-43b2d65dddaf0dacdd998ceb93f923deafc466d1.tar.bz2
Fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/qmlruntime.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlruntime.qdoc b/doc/src/declarative/qmlruntime.qdoc
index fbe82c6..9f7183a 100644
--- a/doc/src/declarative/qmlruntime.qdoc
+++ b/doc/src/declarative/qmlruntime.qdoc
@@ -164,7 +164,7 @@
The runtime.isActiveWindow property tells whether the main window of the qml runtime is currently active
or not. This is specially useful for embedded devices when you want to pause parts of your application,
- including animations, when your application looses focus or goes to the background.
+ including animations, when your application loses focus or goes to the background.
The example below, stops the animation when the application's window is deactivated and resumes on activation: