From 5a470bcc4149b22eac84ee0ae3f99187c0d1d594 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sun, 6 May 2012 17:32:47 +0000 Subject: [PATCH] Adjust spelling. [SVN r78359] --- include/boost/program_options/errors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/program_options/errors.hpp b/include/boost/program_options/errors.hpp index d6dcf39..addb8d6 100644 --- a/include/boost/program_options/errors.hpp +++ b/include/boost/program_options/errors.hpp @@ -41,7 +41,7 @@ namespace boost { namespace program_options { class BOOST_PROGRAM_OPTIONS_DECL too_many_positional_options_error : public error { public: too_many_positional_options_error() - : error("too many positional arguments have been specified on the command line") + : error("too many positional options have been specified on the command line") {} };