forked from qt-creator/qt-creator
clangbackend: Fix typo
Change-Id: Ibc4a97e31f77423f6c2f046d83d4cba3a6d1f9c8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -43,7 +43,7 @@ DocumentDoesNotExistException::DocumentDoesNotExistException(const Utf8String &f
|
||||
{
|
||||
m_info += Utf8StringLiteral("Document '")
|
||||
+ filePath
|
||||
+ Utf8StringLiteral("' does not exists!");
|
||||
+ Utf8StringLiteral("' does not exist!");
|
||||
}
|
||||
|
||||
DocumentFileDoesNotExistException::DocumentFileDoesNotExistException(
|
||||
|
Reference in New Issue
Block a user