summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2013-12-17 12:07:36 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-17 13:58:35 +0100
commitc055110e19d3c8b889c52e54d1d9e6925bfc5f33 (patch)
treef11117e2c8e67d2bc7a430f803dc568af28d52ac
parentf874e6ff3b9fc28ec6653ca4226455fa3c18fe7b (diff)
Fix typo in macchangeqt help.
Task-number: QTBUG-34783 Change-Id: I8f6ff878e900f9684c5dd595fbc720d0a7d82330 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/macdeployqt/macchangeqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macdeployqt/macchangeqt/main.cpp b/src/macdeployqt/macchangeqt/main.cpp
index 341f1c248..495c305d1 100644
--- a/src/macdeployqt/macchangeqt/main.cpp
+++ b/src/macdeployqt/macchangeqt/main.cpp
@@ -65,7 +65,7 @@ int main(int argc, char **argv)
}
if (argc != (3 + optionsSpecified)) {
- qDebug() << "Changeqt: changes witch Qt frameworks an application links against.";
+ qDebug() << "Changeqt: changes which Qt frameworks an application links against.";
qDebug() << "Usage: changeqt app-bundle qt-dir <-verbose=[0-3]>";
return 0;
}