summaryrefslogtreecommitdiffstats
path: root/doc/src/deployment.qdoc
diff options
context:
space:
mode:
authorFrederik Schwarzer <schwarzerf@gmail.com>2009-05-11 13:55:59 (GMT)
committerFrederik Schwarzer <schwarzerf@gmail.com>2009-05-11 13:55:59 (GMT)
commite9c8a4cf013906a54b1b05796d6007d878e85398 (patch)
treeaaffd3af0d5198e3fd489c6b6aa0305bbcdfda73 /doc/src/deployment.qdoc
parent38809e24a48f6c4b148cd730a8d5d52a7525e5bd (diff)
downloadQt-e9c8a4cf013906a54b1b05796d6007d878e85398.zip
Qt-e9c8a4cf013906a54b1b05796d6007d878e85398.tar.gz
Qt-e9c8a4cf013906a54b1b05796d6007d878e85398.tar.bz2
typos in docs: double "the"
Diffstat (limited to 'doc/src/deployment.qdoc')
-rw-r--r--doc/src/deployment.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/deployment.qdoc b/doc/src/deployment.qdoc
index bcfa93d..446c91b 100644
--- a/doc/src/deployment.qdoc
+++ b/doc/src/deployment.qdoc
@@ -1247,7 +1247,7 @@
\snippet doc/src/snippets/code/doc_src_deployment.qdoc 48
Then we update the source code in \c tools/plugandpaint/main.cpp
- to look for the the new plugins. After constructing the
+ to look for the new plugins. After constructing the
QApplication, we add the following code:
\snippet doc/src/snippets/code/doc_src_deployment.qdoc 49