diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2011-07-11 09:15:05 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2011-07-11 09:15:31 (GMT) |
commit | 79a271180e512eae196220d4c52d405c1cee5b8d (patch) | |
tree | 78887d524a4fcf6a4f22bee9e72683fe15e70cdb /doc/src | |
parent | 4c1c1b502ecaa2add525362e97629a58969adb0f (diff) | |
download | Qt-79a271180e512eae196220d4c52d405c1cee5b8d.zip Qt-79a271180e512eae196220d4c52d405c1cee5b8d.tar.gz Qt-79a271180e512eae196220d4c52d405c1cee5b8d.tar.bz2 |
Doc: fix typo
Reviewed-by: TrustMe
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/deployment/deployment.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/deployment/deployment.qdoc b/doc/src/deployment/deployment.qdoc index 47219bf..a359787 100644 --- a/doc/src/deployment/deployment.qdoc +++ b/doc/src/deployment/deployment.qdoc @@ -746,7 +746,7 @@ If the shared library has dependencies that are different from the application using it, the manifest file needs to be embedded into the DLL - binary. Since Qt 4.1.3, the follwoing \c CONFIG options are available for + binary. Since Qt 4.1.3, the following \c CONFIG options are available for embedding manifests: \snippet doc/src/snippets/code/doc_src_deployment.qdoc 20 |