summaryrefslogtreecommitdiffstats
path: root/client/controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/controller.cpp')
-rw-r--r--client/controller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/controller.cpp b/client/controller.cpp
index 476d22e3..e8d37e65 100644
--- a/client/controller.cpp
+++ b/client/controller.cpp
@@ -416,7 +416,7 @@ bool ControllerConnection::create_menu(char* resource)
bool ControllerConnection::set_multi_val(uint32_t op, char* multi_val)
{
CmdLineParser parser("", false);
- int id = CmdLineParser::OPTION_FIRST_AVILABLE;
+ int id = CmdLineParser::OPTION_FIRST_AVAILABLE;
char* argv[] = {NULL, (char*)"--set", multi_val};
char* val;