From e989af3fd5c69c91246627a201c9446751b8f585 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sat, 5 Nov 2011 18:56:40 +0200 Subject: [PATCH] Fix typo "Cpppcheck" --- cli/cppcheckexecutor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cppcheckexecutor.cpp b/cli/cppcheckexecutor.cpp index fbd2c3de8..bb2e97b5a 100644 --- a/cli/cppcheckexecutor.cpp +++ b/cli/cppcheckexecutor.cpp @@ -208,7 +208,7 @@ int CppCheckExecutor::check(int argc, const char* const argv[]) ErrorLogger::ErrorMessage msg(callStack, Severity::information, "Cppcheck cannot find all the include files (use --check-config for details)\n" - "Cppcheck cannot find all the include files. Cpppcheck can check the code without the " + "Cppcheck cannot find all the include files. Cppcheck can check the code without the " "include files found. But the results will probably be more accurate if all the include " "files are found. Please check your project's include directories and add all of them " "as include directories for Cppcheck. To see what files Cppcheck cannot find use "