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
|
+ filePath
|
||||||
+ Utf8StringLiteral("' with the project part id '")
|
+ Utf8StringLiteral("' with the project part id '")
|
||||||
+ projectPartId
|
+ projectPartId
|
||||||
+ Utf8StringLiteral("' does not exits!");
|
+ Utf8StringLiteral("' does not exists!");
|
||||||
}
|
}
|
||||||
|
|
||||||
DocumentFileDoesNotExistException::DocumentFileDoesNotExistException(
|
DocumentFileDoesNotExistException::DocumentFileDoesNotExistException(
|
||||||
|
Reference in New Issue
Block a user