clangbackend: Fix typo

Change-Id: Ibc4a97e31f77423f6c2f046d83d4cba3a6d1f9c8
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Mitja Kleider
2019-11-07 07:43:28 +01:00
parent 58da82835b
commit 889f0f4cec

View File

@@ -43,7 +43,7 @@ DocumentDoesNotExistException::DocumentDoesNotExistException(const Utf8String &f
{
m_info += Utf8StringLiteral("Document '")
+ filePath
+ Utf8StringLiteral("' does not exists!");
+ Utf8StringLiteral("' does not exist!");
}
DocumentFileDoesNotExistException::DocumentFileDoesNotExistException(