aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-03 17:28:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-03 17:39:17 +0100
commite525b727f29adad1df3a6a81d6bba7c4617f78ba (patch)
treeb9bb46acffaaeae06e72de9dd7a5737c986a4190 /src/quick/doc/src
parent5a06bc73822576cb9ffceb243f43f6b28fd6b4dc (diff)
Fix some typos
Change-Id: Iea540b768232ea423ea7f04e41655198931cf36d Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/quick/doc/src')
-rw-r--r--src/quick/doc/src/qtquick.qdoc2
-rw-r--r--src/quick/doc/src/whatsnew.qdoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/doc/src/qtquick.qdoc b/src/quick/doc/src/qtquick.qdoc
index 883b5c4a6c..5f7ff48bb2 100644
--- a/src/quick/doc/src/qtquick.qdoc
+++ b/src/quick/doc/src/qtquick.qdoc
@@ -57,7 +57,7 @@ and dynamic user interface. It enables user interfaces to be built around the
behavior of user interface components and how they connect with one another,
and it provides a visual canvas with its own coordinate system and rendering
engine. Animation and transition effects are a first class concept in Qt Quick,
-and visual effects can be supplemented through specialised components for
+and visual effects can be supplemented through specialized components for
particle and shader effects.
\list
diff --git a/src/quick/doc/src/whatsnew.qdoc b/src/quick/doc/src/whatsnew.qdoc
index 16df2a6d0d..f50e80edf6 100644
--- a/src/quick/doc/src/whatsnew.qdoc
+++ b/src/quick/doc/src/whatsnew.qdoc
@@ -258,7 +258,7 @@ the window loses focus.
\endlist
\endlist
-\section2 Specialised Containers
+\section2 Specialized Containers
\list
\li Flickable:
@@ -365,7 +365,7 @@ the window loses focus.
\li \l Loader:
\list
\li New \l{Loader::}{asynchronous} property allows components to be instantiated with lower
- chance of blocking. If source is used with \e {asynchonous: true} the component will be compiled in
+ chance of blocking. If source is used with \e {asynchronous: true} the component will be compiled in
a background thread.
\li New \l{Loader::}{active} property can delay instantiation of a \l Loader object's
\l{Loader::}{item}.