summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
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/cmMakefile.h
parenta410fdef6086083a2a2e5be191b19fd02707c607 (diff)
downloadCMake-ae5a80c7958c28dd273631f6869b05db599852b7.zip
CMake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.gz
CMake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.bz2
spelling errors
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 2b7d91f..0d9ca16 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -481,8 +481,8 @@ public:
{ m_ListFiles.push_back(file);}
/**
- * Expand all defined varibles in the string.
- * Defined varibles come from the m_Definitions map.
+ * Expand all defined variables in the string.
+ * Defined variables come from the m_Definitions map.
* They are expanded with ${var} where var is the
* entry in the m_Definitions map. Also @var@ is
* expanded to match autoconf style expansions.