From ae5a80c7958c28dd273631f6869b05db599852b7 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 14 Feb 2003 09:54:15 -0500 Subject: spelling errors --- Source/cmConfigureFileCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmConfigureFileCommand.cxx') 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]; -- cgit v1.2.1