aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-06-17 09:55:40 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-06-17 11:44:07 +0200
commit227f7ed60cfb34f7c3d91b27b07ddc5bbd1a2922 (patch)
treea7fbba1528244045c55e2d8e31e83b569a366fb9 /src/qml/qml
parent21705ae91e727812ebaef80583136c29505e977d (diff)
Fix and enable the qmldirparser autotest
Change-Id: I2e9b64e5df63dbd9fffc204b7058d3c77255b09c Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml')
-rw-r--r--src/qml/qml/qqmldirparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmldirparser.cpp b/src/qml/qml/qqmldirparser.cpp
index 6b6bee3406..8fcab2e570 100644
--- a/src/qml/qml/qqmldirparser.cpp
+++ b/src/qml/qml/qqmldirparser.cpp
@@ -160,7 +160,7 @@ bool QQmlDirParser::parse(const QString &source)
}
if (!firstLine) {
reportError(lineNumber, 0,
- QString::fromUtf8("module identifier directive must be the first command in a qmldir file"));
+ QString::fromUtf8("module identifier directive must be the first directive in a qmldir file"));
continue;
}