From c055110e19d3c8b889c52e54d1d9e6925bfc5f33 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 17 Dec 2013 12:07:36 +0100 Subject: [PATCH] Fix typo in macchangeqt help. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-34783 Change-Id: I8f6ff878e900f9684c5dd595fbc720d0a7d82330 Reviewed-by: Topi Reiniö --- src/macdeployqt/macchangeqt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macdeployqt/macchangeqt/main.cpp b/src/macdeployqt/macchangeqt/main.cpp index 341f1c2..495c305 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; } -- 2.7.4