diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-08-19 10:02:17 +0200 |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-08-19 10:03:19 +0200 |
commit | 867f3a9860382380adca117a1f0e83f3d319f9f4 (patch) | |
tree | b1209e62ca6f1da48aeb828535a48f31e4bb5e44 | |
parent | 5ce63a6ba3f5605967b17adcf64f17ecdc875e09 (diff) | |
download | qt4-tools-867f3a9860382380adca117a1f0e83f3d319f9f4.tar.gz |
Fix a typo in qt-conf docs.
Fixes: QTWEBSITE-272
Reviewed-By: Trust Me
-rw-r--r-- | doc/src/deployment/qt-conf.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/deployment/qt-conf.qdoc b/doc/src/deployment/qt-conf.qdoc index 2f68f3d570..5204cc6b23 100644 --- a/doc/src/deployment/qt-conf.qdoc +++ b/doc/src/deployment/qt-conf.qdoc @@ -48,7 +48,7 @@ \o \c :/qt/etc/qt.conf using the resource system - \o on Mac OS X, in the Resource directory inside the appliction + \o on Mac OS X, in the Resource directory inside the application bundle, for example \c assistant.app/Contents/Resources/qt.conf \o in the directory containing the application executable, i.e. |