diff options
author | Morten Sørvig <msorvig@trolltech.com> | 2009-04-14 07:40:47 (GMT) |
---|---|---|
committer | Morten Sørvig <msorvig@trolltech.com> | 2009-04-14 07:40:47 (GMT) |
commit | 91e4f13001a2969ea6311171fb5e7ec0164a3165 (patch) | |
tree | fd85a8c0494b07204a7b0ca2b4ee90eaae86ef5b | |
parent | 1c4f8069dea405cc80e87548e1e3609611a7bab4 (diff) | |
download | Qt-91e4f13001a2969ea6311171fb5e7ec0164a3165.zip Qt-91e4f13001a2969ea6311171fb5e7ec0164a3165.tar.gz Qt-91e4f13001a2969ea6311171fb5e7ec0164a3165.tar.bz2 |
Fix typo.
Reviewed-by: nrc
-rw-r--r-- | tools/macdeployqt/macdeployqt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/macdeployqt/macdeployqt/main.cpp b/tools/macdeployqt/macdeployqt/main.cpp index d6f7e5f..0026c40 100644 --- a/tools/macdeployqt/macdeployqt/main.cpp +++ b/tools/macdeployqt/macdeployqt/main.cpp @@ -63,7 +63,7 @@ int main(int argc, char **argv) qDebug() << "framework. The accessibilty, image formats, and text codec"; qDebug() << "plugins are always copied, unless \"-no-plugins\" is specified."; qDebug() << ""; - qDebug() << "See the \"Deploying an Application on Qt/Mac\" typic in the"; + qDebug() << "See the \"Deploying an Application on Qt/Mac\" topic in the"; qDebug() << "documentation for more information about deployment on Mac OS X."; return 0; |