diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-09-28 07:54:11 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-09-28 07:59:27 (GMT) |
commit | cf4c64a8f155c179f51d2cddd81bae4701826871 (patch) | |
tree | bc7479f74bb4b19735969480e8c60b186bac3a22 /tools/qml | |
parent | a42989e696eac94221ddb781a133afaec5b48b12 (diff) | |
download | Qt-cf4c64a8f155c179f51d2cddd81bae4701826871.zip Qt-cf4c64a8f155c179f51d2cddd81bae4701826871.tar.gz Qt-cf4c64a8f155c179f51d2cddd81bae4701826871.tar.bz2 |
QmlViewer: Fix typo in comment
Diffstat (limited to 'tools/qml')
-rw-r--r-- | tools/qml/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp index bf183e5..00d43c1 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 |