Fix some typos in usage string.
authorJeff Tranter <jtranter@ics.com>
Thu, 8 May 2014 20:37:14 +0000 (16:37 -0400)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 9 May 2014 14:08:38 +0000 (16:08 +0200)
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>
tools/qml/main.cpp

index 3fa36ad..1c349d8 100644 (file)
@@ -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");