aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJeff Tranter <jtranter@ics.com>2014-05-08 16:37:14 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-09 16:08:38 +0200
commit52a46d332ca045293a7e0c1ea15cbdfc91c6a17f (patch)
tree448e98eb95345bff44d28b440437e08dfed862c4 /tools
parent4b6856411c92d70bb4162d4f00685d5f8d17874d (diff)
Fix some typos in usage string.
Fix some spelling errors in the command usage string. Change-Id: Iee94987d0a3dff78e39f588b4c21415ed40a514c Reviewed-by: Alan Alpert <aalpert@blackberry.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp
index 3fa36ad8f7..1c349d8538 100644
--- a/tools/qml/main.cpp
+++ b/tools/qml/main.cpp
@@ -264,8 +264,8 @@ void printUsage()
printf("Any argument ending in .qml will be treated as a QML file to be loaded.\n");
printf("Any number of QML files can be loaded. They will share the same engine.\n");
printf("Any argument which is not a recognized option and which does not end in .qml will be ignored.\n");
- printf("'gui' application type is only available if the QtGui module is avaialble.\n");
- printf("'widget' application type is only available if the QtWidgets module is avaialble.\n");
+ printf("'gui' application type is only available if the QtGui module is available.\n");
+ printf("'widget' application type is only available if the QtWidgets module is available.\n");
printf("\n");
printf("General Options:\n");
printf("\t-h, -help..................... Print this usage information and exit.\n");