summaryrefslogtreecommitdiff
path: root/Source/cmUseMangledMesaCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmUseMangledMesaCommand.cxx')
-rw-r--r--Source/cmUseMangledMesaCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmUseMangledMesaCommand.cxx b/Source/cmUseMangledMesaCommand.cxx
index a8755be12a..734865efd8 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];