diff --git a/src/tools/clangbackend/ipcsource/clangexceptions.cpp b/src/tools/clangbackend/ipcsource/clangexceptions.cpp index 187ce98d1a1..62527b6ce77 100644 --- a/src/tools/clangbackend/ipcsource/clangexceptions.cpp +++ b/src/tools/clangbackend/ipcsource/clangexceptions.cpp @@ -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(