summaryrefslogtreecommitdiffstats
path: root/src/macdeployqt/macdeployqt/main.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-07-22 16:12:00 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-07-23 14:20:24 +0000
commit2890f2d0c7dd01c975f78120ac327c8895db4671 (patch)
tree06925929792c57639cda83b60ade74000e749897 /src/macdeployqt/macdeployqt/main.cpp
parenta15cef268dbfe64e90fe665bc453e46c18f08f59 (diff)
macdeployqt: Fix typo in help output
Change-Id: I4993a21c6544edf289e5ee6aa084647c4ad6e4b5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'src/macdeployqt/macdeployqt/main.cpp')
-rw-r--r--src/macdeployqt/macdeployqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macdeployqt/macdeployqt/main.cpp b/src/macdeployqt/macdeployqt/main.cpp
index 3802a14ae..40fc438a4 100644
--- a/src/macdeployqt/macdeployqt/main.cpp
+++ b/src/macdeployqt/macdeployqt/main.cpp
@@ -58,7 +58,7 @@ int main(int argc, char **argv)
qDebug() << "the application uses.";
qDebug() << "";
qDebug() << "Plugins related to a framework are copied in with the";
- qDebug() << "framework. The accessibilty, image formats, and text codec";
+ qDebug() << "framework. The accessibility, 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\" topic in the";