From 889f0f4cec3f5ab5b70986d63d02f926b77ef3db Mon Sep 17 00:00:00 2001 From: Mitja Kleider Date: Thu, 7 Nov 2019 07:43:28 +0100 Subject: [PATCH] clangbackend: Fix typo Change-Id: Ibc4a97e31f77423f6c2f046d83d4cba3a6d1f9c8 Reviewed-by: Eike Ziller --- src/tools/clangbackend/source/clangexceptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/clangbackend/source/clangexceptions.cpp b/src/tools/clangbackend/source/clangexceptions.cpp index 813a9bc77f1..b23304e6cba 100644 --- a/src/tools/clangbackend/source/clangexceptions.cpp +++ b/src/tools/clangbackend/source/clangexceptions.cpp @@ -43,7 +43,7 @@ DocumentDoesNotExistException::DocumentDoesNotExistException(const Utf8String &f { m_info += Utf8StringLiteral("Document '") + filePath - + Utf8StringLiteral("' does not exists!"); + + Utf8StringLiteral("' does not exist!"); } DocumentFileDoesNotExistException::DocumentFileDoesNotExistException(