c++check -> cppcheck

This commit is contained in:
Reijo Tomperi 2008-12-30 18:45:17 +00:00
parent 75ec9f5c86
commit e11799eede
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ std::string CppCheck::parseFromArgs( int argc, const char* const argv[] )
if (_filenames.empty())
{
std::ostringstream oss;
oss << "c++check 1.27\n"
oss << "cppcheck 1.27\n"
"\n"
"C/C++ code checking\n"
"\n"