summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-09 13:03:25 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-09 13:03:25 (GMT)
commit6c5fb80656b32ccadf858725e15144c29d958c57 (patch)
tree59d9ef2772fdd0c0dd2ae0ea689a025166636cbd
parent112747e4e28b418600f19abfe036e201c09dcd2c (diff)
downloadCMake-6c5fb80656b32ccadf858725e15144c29d958c57.zip
CMake-6c5fb80656b32ccadf858725e15144c29d958c57.tar.gz
CMake-6c5fb80656b32ccadf858725e15144c29d958c57.tar.bz2
STYLE: fix typo
Alex
-rw-r--r--Source/kwsys/CommandLineArguments.hxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/CommandLineArguments.hxx.in b/Source/kwsys/CommandLineArguments.hxx.in
index 6fe7f99..8f7f184 100644
--- a/Source/kwsys/CommandLineArguments.hxx.in
+++ b/Source/kwsys/CommandLineArguments.hxx.in
@@ -96,7 +96,7 @@ public:
enum VariableTypeEnum {
NO_VARIABLE_TYPE = 0, // The variable is not specified
INT_TYPE, // The variable is integer (int)
- BOOL_TYPE, // The vairable is boolean (bool)
+ BOOL_TYPE, // The variable is boolean (bool)
DOUBLE_TYPE, // The variable is float (double)
STRING_TYPE, // The variable is string (char*)
STL_STRING_TYPE, // The variable is string (char*)