From 2890f2d0c7dd01c975f78120ac327c8895db4671 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 22 Jul 2015 16:12:00 +0200 Subject: macdeployqt: Fix typo in help output Change-Id: I4993a21c6544edf289e5ee6aa084647c4ad6e4b5 Reviewed-by: Friedemann Kleint --- src/macdeployqt/macdeployqt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/macdeployqt/macdeployqt') 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"; -- cgit v1.2.3