diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-26 20:59:55 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-26 20:59:55 (GMT) |
commit | c8101e8e4706445b172a1a5ed0f2fd6960522a18 (patch) | |
tree | a4131f4a20fad9bcb44e17f0658588f14a22d48e /Source/cmMakefile.cxx | |
parent | 983919f5f3b71ef5053f8a0bf6010c3b3fce8d61 (diff) | |
download | CMake-c8101e8e4706445b172a1a5ed0f2fd6960522a18.zip CMake-c8101e8e4706445b172a1a5ed0f2fd6960522a18.tar.gz CMake-c8101e8e4706445b172a1a5ed0f2fd6960522a18.tar.bz2 |
BUG: fix for bug 998, fix spelling errors
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 265c0b0..f6b7225 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -422,7 +422,7 @@ bool cmMakefile::ReadListFile(const char* filename_in, const char* external_in) this->ExecuteCommand(lf->m_Functions[i]); } - // send scope ended to and funciton blockers + // send scope ended to and function blockers if (filename) { // loop over all function blockers to see if any block this command |