Skip to content
Snippets Groups Projects
Commit 3b117675 authored by Alexander Neundorf's avatar Alexander Neundorf
Browse files

STYLE: fix typo

Alex
parent 36ce1b7e
No related branches found
No related tags found
No related merge requests found
......@@ -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*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment