summaryrefslogtreecommitdiffstats
path: root/client/cmd_line_parser.h
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/cmd_line_parser.h
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/cmd_line_parser.h')
-rw-r--r--client/cmd_line_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/cmd_line_parser.h b/client/cmd_line_parser.h
index 0493df80..6e6c6d50 100644
--- a/client/cmd_line_parser.h
+++ b/client/cmd_line_parser.h
@@ -25,7 +25,7 @@ public:
OPTION_ERROR = -1,
OPTION_DONE = 0,
OPTION_HELP = 256,
- OPTION_FIRST_AVILABLE,
+ OPTION_FIRST_AVAILABLE,
};
CmdLineParser(std::string description, bool allow_positional_args);