aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
diff options
context:
space:
mode:
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()