From 56a4a05ae77d21978ba12fde08662833287ab5d1 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 14 Apr 2011 16:54:18 +0200 Subject: client: s/AVAILIBLE/AVAILABLE in CmdLineParser It was mispelt in a CmdLineParser enum. --- client/cmd_line_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/cmd_line_parser.h') 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); -- cgit