Clang: Fix typo

Change-Id: I1b1a59dbe041134aad3bc582b77acafa8e67e427
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Nikolai Kosjar
2016-10-21 10:49:14 +02:00
parent 434ecfc4f5
commit a25a855b6e

View File

@@ -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(