Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.15.0 Beta1
-
Qt 5.15.0 Beta 2, all platforms.
-
-
cccc6591863097b87180d57feca036fcbe2582e4 (qt/qtdeclarative/5.15)
Description
There is a typo in one of the output messages from qmllint. It says "meber" but it should be "member". The code is on this line of qtdeclarative/tools/qmllint/scopetree.cpp:
colorOut.write(memberAccessTree->m_name + QLatin1String(" is a meber of the root element\n"), Normal );