summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-03 17:04:01 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-03 17:07:37 +0100
commitc6be579a91c497d37e167155de243c6112f45db2 (patch)
treeafcbdcd862707d9cb1dcc75cd152ad31f647fd6d /examples
parent2e44efa5056355ac2c069ad2bd8a8ba6562f3eb6 (diff)
downloadqtactiveqt-c6be579a91c497d37e167155de243c6112f45db2.tar.gz
Fix some typos
Change-Id: I662e9b8fe644571fc7216a96f1dacfdc274a0e4c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/activeqt/comapp/doc/src/comapp.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/activeqt/comapp/doc/src/comapp.qdoc b/examples/activeqt/comapp/doc/src/comapp.qdoc
index 9addb30..69b27b6 100644
--- a/examples/activeqt/comapp/doc/src/comapp.qdoc
+++ b/examples/activeqt/comapp/doc/src/comapp.qdoc
@@ -79,7 +79,7 @@
\snippet activeqt/comapp/main.cpp 6
The classes are exported from the server using the QAxFactory macros. Only
\c Application objects can be instantiated from outside - the other APIs can
- only be used after accessing the respective objects throught the \c Application
+ only be used after accessing the respective objects throughout the \c Application
API.
\snippet activeqt/comapp/main.cpp 7