STYLE: fix two typos in the comments, patch from Daniel DOT Teske AT Nokia DOT com, QtCreator developer

Alex
This commit is contained in:
Alexander Neundorf 2009-02-09 16:36:56 -05:00
parent e18a33e491
commit bd92bec66c
2 changed files with 2 additions and 2 deletions

View File

@ -1976,7 +1976,7 @@ cmLocalUnixMakefileGenerator3
cmd += this->Convert(makefile,NONE,SHELL);
cmd += " ";
// Passg down verbosity level.
// Pass down verbosity level.
if(this->GetMakeSilentFlag().size())
{
cmd += this->GetMakeSilentFlag();

View File

@ -282,7 +282,7 @@ protected:
void WriteLocalMakefileTargets(std::ostream& ruleFileStream,
std::set<cmStdString> &emitted);
// this method Writes the Directory informaiton files
// this method Writes the Directory information files
void WriteDirectoryInformationFile();