forked from qt-creator/qt-creator
Clang: Fix typo
Change-Id: I1b1a59dbe041134aad3bc582b77acafa8e67e427 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -58,7 +58,7 @@ DocumentDoesNotExistException::DocumentDoesNotExistException(const Utf8String &f
|
||||
+ filePath
|
||||
+ Utf8StringLiteral("' with the project part id '")
|
||||
+ projectPartId
|
||||
+ Utf8StringLiteral("' does not exits!");
|
||||
+ Utf8StringLiteral("' does not exists!");
|
||||
}
|
||||
|
||||
DocumentFileDoesNotExistException::DocumentFileDoesNotExistException(
|
||||
|
Reference in New Issue
Block a user