mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
STYLE: fix two typos in the comments, patch from Daniel DOT Teske AT Nokia DOT com, QtCreator developer
Alex
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user