summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2016-10-21 10:49:14 +0200
committerNikolai Kosjar <nikolai.kosjar@qt.io>2016-10-21 09:08:08 +0000
commita25a855b6e3de5b092fca4948abe71f8518c5e20 (patch)
treed0b005d7717af78f86da8795af29514f124e247a
parent434ecfc4f594b918bfbeb46f1e3f63d58597b5fa (diff)
downloadqt-creator-a25a855b6e3de5b092fca4948abe71f8518c5e20.tar.gz
Clang: Fix typo
Change-Id: I1b1a59dbe041134aad3bc582b77acafa8e67e427 Reviewed-by: David Schulz <david.schulz@qt.io>
-rw-r--r--src/tools/clangbackend/ipcsource/clangexceptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clangbackend/ipcsource/clangexceptions.cpp b/src/tools/clangbackend/ipcsource/clangexceptions.cpp
index 187ce98d1a..62527b6ce7 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(