aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-22 11:57:15 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-10-22 13:11:18 +0200
commitebef555f49628c247cdb1fde22ddec560c7fb852 (patch)
tree5d122fcf0df098190995ff8cddaf0f05e07ea336 /tools/qmllint
parent1c20848692eb3b64d74cde7d040457198c4f0e73 (diff)
qmllint: fix typo
Change-Id: Ia661141095a865191945f41bad91429ef952e16c Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools/qmllint')
-rw-r--r--tools/qmllint/findwarnings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmllint/findwarnings.cpp b/tools/qmllint/findwarnings.cpp
index 236ede4364..9e8fbb853b 100644
--- a/tools/qmllint/findwarnings.cpp
+++ b/tools/qmllint/findwarnings.cpp
@@ -141,7 +141,7 @@ bool FindWarningVisitor::visit(QQmlJS::AST::WithStatement *withStatement)
m_errors.append({
QStringLiteral(
"with statements are strongly discouraged in QML "
- "and might cause false positives when analysing unqalified "
+ "and might cause false positives when analysing unqualified "
"identifiers\n"),
QtWarningMsg,
withStatement->firstSourceLocation()