summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-02-14 14:54:15 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-02-14 14:54:15 (GMT)
commitae5a80c7958c28dd273631f6869b05db599852b7 (patch)
treed07efa3d896111a41d20d2d6d86345cb96c3d5db /Source/cmLocalUnixMakefileGenerator.cxx
parenta410fdef6086083a2a2e5be191b19fd02707c607 (diff)
downloadCMake-ae5a80c7958c28dd273631f6869b05db599852b7.zip
CMake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.gz
CMake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.bz2
spelling errors
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx
index d04798c..92e4183 100644
--- a/Source/cmLocalUnixMakefileGenerator.cxx
+++ b/Source/cmLocalUnixMakefileGenerator.cxx
@@ -2737,13 +2737,13 @@ cmLocalUnixMakefileGenerator::CreateMakeVariable(const char* s, const char* s2)
}
if(ni == 1000)
{
- cmSystemTools::Error("Borland makefile varible length too long");
+ cmSystemTools::Error("Borland makefile variable length too long");
return unmodified;
}
// once an unused variable is found
m_ShortMakeVariableMap[ret] = "1";
}
- // always make an entry into the unmodified to varible map
+ // always make an entry into the unmodified to variable map
m_MakeVariableMap[unmodified] = ret;
return ret;