macdeployqt: Fix typo in help output
authorKai Koehne <kai.koehne@theqtcompany.com>
Wed, 22 Jul 2015 14:12:00 +0000 (16:12 +0200)
committerKai Koehne <kai.koehne@theqtcompany.com>
Thu, 23 Jul 2015 14:20:24 +0000 (14:20 +0000)
Change-Id: I4993a21c6544edf289e5ee6aa084647c4ad6e4b5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
src/macdeployqt/macdeployqt/main.cpp

index 3802a14..40fc438 100644 (file)
@@ -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";