summaryrefslogtreecommitdiffstats
path: root/client/application.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/application.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/application.cpp')
-rw-r--r--client/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/application.cpp b/client/application.cpp
index 9d395eef..e74a871f 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -2183,7 +2183,7 @@ bool Application::process_cmd_line(int argc, char** argv, bool &full_screen)
DisplaySetting display_setting;
enum {
- SPICE_OPT_HOST = CmdLineParser::OPTION_FIRST_AVILABLE,
+ SPICE_OPT_HOST = CmdLineParser::OPTION_FIRST_AVAILABLE,
SPICE_OPT_PORT,
SPICE_OPT_SPORT,
SPICE_OPT_PASSWORD,