fixed spelling mistake

This commit is contained in:
Ken Martin 2003-01-22 11:44:02 -05:00
parent 865074b244
commit 93265d84be

View File

@ -842,7 +842,7 @@ void cmLocalVisualStudio6Generator::WriteDSPHeader(std::ostream& fout, const cha
"EXTRA_DEFINES", "EXTRA_DEFINES",
m_Makefile->GetDefineFlags()); m_Makefile->GetDefineFlags());
cmGlobalGenerator* gen = this->GetGlobalGenerator(); cmGlobalGenerator* gen = this->GetGlobalGenerator();
// stroe flags for each configuration // store flags for each configuration
std::string flags = " "; std::string flags = " ";
std::string flagsRelease = " "; std::string flagsRelease = " ";
std::string flagsMinSize = " "; std::string flagsMinSize = " ";