summaryrefslogtreecommitdiff
path: root/Source/cmConfigureFileCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-02-14 09:54:15 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2003-02-14 09:54:15 -0500
commitae5a80c7958c28dd273631f6869b05db599852b7 (patch)
treed07efa3d896111a41d20d2d6d86345cb96c3d5db /Source/cmConfigureFileCommand.cxx
parenta410fdef6086083a2a2e5be191b19fd02707c607 (diff)
downloadcmake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.gz
spelling errors
Diffstat (limited to 'Source/cmConfigureFileCommand.cxx')
-rw-r--r--Source/cmConfigureFileCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileCommand.cxx b/Source/cmConfigureFileCommand.cxx
index 63cbfb9049..d34586dc52 100644
--- a/Source/cmConfigureFileCommand.cxx
+++ b/Source/cmConfigureFileCommand.cxx
@@ -103,7 +103,7 @@ void cmConfigureFileCommand::ConfigureFile()
return;
}
- // now copy input to output and expand varibles in the
+ // now copy input to output and expand variables in the
// input file at the same time
const int bufSize = 4096;
char buffer[bufSize];