summaryrefslogtreecommitdiffstats
path: root/client/controller.cpp
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-14 16:54:18 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-04-18 12:38:39 +0200
commit56a4a05ae77d21978ba12fde08662833287ab5d1 (patch)
tree1aac3ca7fd27e859e4356beeb93db319b752e011 /client/controller.cpp
parent40316816383650cf9a4b33b43b4373aafe516d33 (diff)
downloadspice-56a4a05ae77d21978ba12fde08662833287ab5d1.tar.gz
spice-56a4a05ae77d21978ba12fde08662833287ab5d1.tar.xz
spice-56a4a05ae77d21978ba12fde08662833287ab5d1.zip
client: s/AVAILIBLE/AVAILABLE in CmdLineParser
It was mispelt in a CmdLineParser enum.
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;