aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qml
diff options
context:
space:
mode:
authorKai Koehne <[email protected]>2010-09-28 09:54:50 +0200
committerKai Koehne <[email protected]>2010-09-28 10:02:10 +0200
commit894be456ccec2a5a984b8ea27f6b46a6554ee4e7 (patch)
treed550bc00defd25837491fcd9051e4c88dba5a9ec /src/tools/qml
parent1c49ee95836046f5cf2c5525ece84e40005e66e7 (diff)
QmlObserver: Fix typo in comment
Diffstat (limited to 'src/tools/qml')
-rw-r--r--src/tools/qml/qmlobserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qml/qmlobserver/main.cpp b/src/tools/qml/qmlobserver/main.cpp
index dde45aaaa94..f04640d970e 100644
--- a/src/tools/qml/qmlobserver/main.cpp
+++ b/src/tools/qml/qmlobserver/main.cpp
@@ -179,7 +179,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