aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-05-13 22:12:48 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-05-13 22:12:48 +0200
commitbf332f213bce8ee4d139572baf0934620f5d8103 (patch)
tree4706f8378a16910999d3d6bbb6d1ab9cbf232a14 /tools
parentcf7166e266e20d3da940b9f58d8631d23cc38482 (diff)
parentc4a8d4a747559433e94d4af56c810ef86244d91f (diff)
Merge remote-tracking branch 'origin/stable' into dev
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");