STYLE: fix two typos in the comments, patch from Daniel DOT Teske AT Nokia DOT com, QtCreator developer
Alex
This commit is contained in:
parent
e18a33e491
commit
bd92bec66c
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue