From 93265d84be040c11eb1906d764a0a4b3b11b8389 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 22 Jan 2003 11:44:02 -0500 Subject: [PATCH] fixed spelling mistake --- Source/cmLocalVisualStudio6Generator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx index 894c89e9f..6a1df06aa 100644 --- a/Source/cmLocalVisualStudio6Generator.cxx +++ b/Source/cmLocalVisualStudio6Generator.cxx @@ -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 = " ";