Fix typo "Cpppcheck"

This commit is contained in:
Reijo Tomperi 2011-11-05 18:56:40 +02:00
parent 2a46c635f6
commit e989af3fd5
1 changed files with 1 additions and 1 deletions

View File

@ -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 "