From d590b48a466ca22dca91ee05c9d10a8feff1b31e Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 14 Apr 2011 17:02:16 +0200 Subject: client: s/reqired/required in CmdLineParser --- client/cmd_line_parser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/cmd_line_parser.h') diff --git a/client/cmd_line_parser.h b/client/cmd_line_parser.h index 6e6c6d50..37b56601 100644 --- a/client/cmd_line_parser.h +++ b/client/cmd_line_parser.h @@ -35,9 +35,9 @@ public: char short_name = 0); void add(int id, const std::string& name, const std::string& help, - const std::string& arg_name, bool reqired_arg, char short_name = 0); + const std::string& arg_name, bool required_arg, char short_name = 0); void set_multi(int id, char seperator); - void set_reqired(int id); + void set_required(int id); void begin(int argc, char** argv); int get_option(char** val); -- cgit