From a25a855b6e3de5b092fca4948abe71f8518c5e20 Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Fri, 21 Oct 2016 10:49:14 +0200 Subject: [PATCH] Clang: Fix typo Change-Id: I1b1a59dbe041134aad3bc582b77acafa8e67e427 Reviewed-by: David Schulz --- src/tools/clangbackend/ipcsource/clangexceptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(