From 5cd6ca9d926f5baa562fd579fd4d276aee079412 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Thu, 22 Jan 2015 12:43:06 +0100 Subject: [PATCH] macdeployqt: fix spelling errors in help information MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-44034 Change-Id: Ie4337dc4770dbe542b3980c6d7265e651de0e88f Reviewed-by: Martin Smith Reviewed-by: Topi Reiniö --- src/macdeployqt/macdeployqt/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/macdeployqt/macdeployqt/main.cpp b/src/macdeployqt/macdeployqt/main.cpp index 0f38cdf..f08603d 100644 --- a/src/macdeployqt/macdeployqt/main.cpp +++ b/src/macdeployqt/macdeployqt/main.cpp @@ -50,8 +50,8 @@ int main(int argc, char **argv) qDebug() << " -use-debug-libs : Deploy with debug versions of frameworks and plugins (implies -no-strip)"; qDebug() << " -executable= : Let the given executable use the deployed frameworks too"; qDebug() << " -qmldir= : Deploy imports used by .qml files in the given path"; - qDebug() << " -always-overwrite : Copy files enven if the target file exists"; - qDebug() << " -codesign= : Run codesing with the given identity on all executables"; + qDebug() << " -always-overwrite : Copy files even if the target file exists"; + qDebug() << " -codesign= : Run codesign with the given identity on all executables"; qDebug() << ""; qDebug() << "macdeployqt takes an application bundle as input and makes it"; qDebug() << "self-contained by copying in the Qt frameworks and plugins that"; -- 2.7.4