fixed spelling mistake
This commit is contained in:
parent
865074b244
commit
93265d84be
|
@ -842,7 +842,7 @@ void cmLocalVisualStudio6Generator::WriteDSPHeader(std::ostream& fout, const cha
|
|||
"EXTRA_DEFINES",
|
||||
m_Makefile->GetDefineFlags());
|
||||
cmGlobalGenerator* gen = this->GetGlobalGenerator();
|
||||
// stroe flags for each configuration
|
||||
// store flags for each configuration
|
||||
std::string flags = " ";
|
||||
std::string flagsRelease = " ";
|
||||
std::string flagsMinSize = " ";
|
||||
|
|
Loading…
Reference in New Issue