summaryrefslogtreecommitdiffstats
path: root/doc/src/mac-differences.qdoc
diff options
context:
space:
mode:
authorFrederik Schwarzer <schwarzerf@gmail.com>2009-05-11 13:55:59 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-05-18 14:23:59 (GMT)
commitd13162dd4695274dc4bdb286ce85bf198391d94b (patch)
treeb794ebb2096e488516f1ebd4b244186e9c32b487 /doc/src/mac-differences.qdoc
parente5755e131952ab5c3c8dd0fd6a88dbaa7148898a (diff)
downloadQt-d13162dd4695274dc4bdb286ce85bf198391d94b.zip
Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.tar.gz
Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.tar.bz2
Fix some typos in the documentation.
Usually, "the the" is not proper English Reviewed-By: Thiago Macieira
Diffstat (limited to 'doc/src/mac-differences.qdoc')
-rw-r--r--doc/src/mac-differences.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/mac-differences.qdoc b/doc/src/mac-differences.qdoc
index 573e62d..5849850 100644
--- a/doc/src/mac-differences.qdoc
+++ b/doc/src/mac-differences.qdoc
@@ -128,7 +128,7 @@
If you want to build a new dynamic library combining the Qt 4
dynamic libraries, you need to introduce the \c{ld -r} flag. Then
- relocation information is stored in the the output file, so that
+ relocation information is stored in the output file, so that
this file could be the subject of another \c ld run. This is done
by setting the \c -r flag in the \c .pro file, and the \c LFLAGS
settings.