fixed spelling mistake

This commit is contained in:
Ken Martin 2003-01-22 11:44:02 -05:00
parent 865074b244
commit 93265d84be
1 changed files with 1 additions and 1 deletions

View File

@ -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 = " ";