STYLE: fix typo

Alex
This commit is contained in:
Alexander Neundorf 2007-06-14 13:57:00 -04:00
parent 53e5cf3a38
commit 2f6f3316e4
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ int cmCPackZIPGenerator::InitializeInternal()
}
if ( !found )
{
cmCPackLogger(cmCPackLog::LOG_ERROR, "Cannot find a sutable ZIP program"
cmCPackLogger(cmCPackLog::LOG_ERROR, "Cannot find a suitable ZIP program"
<< std::endl);
return 0;
}