Fix typo in QXmlStreamReader error message
Amends 6326bec46a
.
Pick-to: 6.6 6.5 6.2 5.15
Task-number: QTBUG-109781
Task-number: QTBUG-114829
Change-Id: Ib5189dc908cd61c6c6fa23024776a4a5baa75ca5
Reviewed-by: Robert Löhning <robert.loehning@qt.io>
This commit is contained in:
parent
72a153a7f5
commit
bdc8dc5138
@ -1848,7 +1848,7 @@ void QXmlStreamReaderPrivate::raiseNamePrefixTooLongError()
|
||||
{
|
||||
// TODO: add a ImplementationLimitsExceededError and use it instead
|
||||
raiseError(QXmlStreamReader::NotWellFormedError,
|
||||
QXmlStream::tr("Length of XML attribute name exceeds implemnetation limits (4KiB "
|
||||
QXmlStream::tr("Length of XML attribute name exceeds implementation limits (4KiB "
|
||||
"characters)."));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user