diff options
Diffstat (limited to 'Source/cmConfigureFileCommand.cxx')
-rw-r--r-- | Source/cmConfigureFileCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileCommand.cxx b/Source/cmConfigureFileCommand.cxx index 63cbfb9..d34586d 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]; |