diff --git a/CommandLineArguments.hxx.in b/CommandLineArguments.hxx.in index 53a8f532bbb367896e16edc00aa60e701a76ae13..6a36ecd35da5ae29239d8ab698038177af0c5823 100644 --- a/CommandLineArguments.hxx.in +++ b/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*)