diff options
Diffstat (limited to 'Source/cmUseMangledMesaCommand.cxx')
-rw-r--r-- | Source/cmUseMangledMesaCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmUseMangledMesaCommand.cxx b/Source/cmUseMangledMesaCommand.cxx index a8755be..734865e 100644 --- a/Source/cmUseMangledMesaCommand.cxx +++ b/Source/cmUseMangledMesaCommand.cxx @@ -87,7 +87,7 @@ CopyAndFullPathMesaHeader(const char* source, source); 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]; |