summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
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.