summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-04-14 12:57:47 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-04-14 12:57:47 (GMT)
commit90e3b63122ef0807c4c8a7e5c7772ea54c1874a4 (patch)
tree10296de11c42da91140fdd0bcbdc6cb17d98717e /doc
parent4492df7ff293a5d76b5021bc60e3ba7d5041c303 (diff)
downloadQt-90e3b63122ef0807c4c8a7e5c7772ea54c1874a4.zip
Qt-90e3b63122ef0807c4c8a7e5c7772ea54c1874a4.tar.gz
Qt-90e3b63122ef0807c4c8a7e5c7772ea54c1874a4.tar.bz2
Fix minor typo in docs
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/qdeclarativesecurity.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qdeclarativesecurity.qdoc b/doc/src/declarative/qdeclarativesecurity.qdoc
index ab75a57..290d78f 100644
--- a/doc/src/declarative/qdeclarativesecurity.qdoc
+++ b/doc/src/declarative/qdeclarativesecurity.qdoc
@@ -70,7 +70,7 @@ perform appropriate checks on untrusted data it loads.
A non-exhaustive list of the ways you could shoot yourself in the foot is:
\list
- \i Using \c import to import QML or JavaScropt you do not control. BAD
+ \i Using \c import to import QML or JavaScript you do not control. BAD
\i Using \l Loader to import QML you do not control. BAD
\i Using \l{XMLHttpRequest()}{XMLHttpRequest} to load data you do not control and executing it. BAD
\endlist