diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-03 14:19:12 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-03 14:19:12 (GMT) |
commit | 14e17d5fe5f925a768aab9db9401e04bbaca224d (patch) | |
tree | 243a58f3d560fc610808ecefa75acadc67966fab /doc/src/development | |
parent | 4a0e317156eefb308340668d586ceafd7cf978e6 (diff) | |
download | Qt-14e17d5fe5f925a768aab9db9401e04bbaca224d.zip Qt-14e17d5fe5f925a768aab9db9401e04bbaca224d.tar.gz Qt-14e17d5fe5f925a768aab9db9401e04bbaca224d.tar.bz2 |
Fixed the addressbook tutorial and some spelling mistakes. Fix for QTBUG-7071 and QTBUG-10173
Diffstat (limited to 'doc/src/development')
-rw-r--r-- | doc/src/development/debug.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/debug.qdoc b/doc/src/development/debug.qdoc index 36970ee..bfb2355 100644 --- a/doc/src/development/debug.qdoc +++ b/doc/src/development/debug.qdoc @@ -49,7 +49,7 @@ The basic stuff you need to know about debug libraries and frameworks is found at developer.apple.com in: \l{http://developer.apple.com/technotes/tn2004/tn2124.html#SECDEBUGLIB} - {Apple Technicle Note TN2124} Qt follows that. + {Apple Technical Note TN2124} Qt follows that. When you build Qt, frameworks are built by default, and inside the framework you will find both a release and a debug version (e.g., |