summaryrefslogtreecommitdiffstats
path: root/tools/qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-09-28 09:54:11 +0200
committerKai Koehne <kai.koehne@nokia.com>2010-09-28 09:59:27 +0200
commitcf4c64a8f155c179f51d2cddd81bae4701826871 (patch)
treebc7479f74bb4b19735969480e8c60b186bac3a22 /tools/qml
parenta42989e696eac94221ddb781a133afaec5b48b12 (diff)
QmlViewer: Fix typo in comment
Diffstat (limited to 'tools/qml')
-rw-r--r--tools/qml/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp
index bf183e5a51..00d43c1a7d 100644
--- a/tools/qml/main.cpp
+++ b/tools/qml/main.cpp
@@ -519,7 +519,7 @@ int main(int argc, char ** argv)
#if defined (Q_OS_WIN)
// Debugging output is not visible by default on Windows -
- // therefore show modal dialog with errors instad.
+ // therefore show modal dialog with errors instead.
atexit(showWarnings);
#endif