diff options
author | Mitch Curtis <mitch.curtis@digia.com> | 2013-12-17 12:07:36 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-12-17 13:58:35 +0100 |
commit | c055110e19d3c8b889c52e54d1d9e6925bfc5f33 (patch) | |
tree | f11117e2c8e67d2bc7a430f803dc568af28d52ac | |
parent | f874e6ff3b9fc28ec6653ca4226455fa3c18fe7b (diff) | |
download | qttools-c055110e19d3c8b889c52e54d1d9e6925bfc5f33.tar.gz qttools-c055110e19d3c8b889c52e54d1d9e6925bfc5f33.tar.bz2 qttools-c055110e19d3c8b889c52e54d1d9e6925bfc5f33.zip |
Fix typo in macchangeqt help.upstream/5.2.1
Task-number: QTBUG-34783
Change-Id: I8f6ff878e900f9684c5dd595fbc720d0a7d82330
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r-- | src/macdeployqt/macchangeqt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macdeployqt/macchangeqt/main.cpp b/src/macdeployqt/macchangeqt/main.cpp index 341f1c24..495c305d 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; } |