Adjust spelling.

[SVN r78359]
This commit is contained in:
Vladimir Prus
2012-05-06 17:32:47 +00:00
parent 2eda0313c7
commit 5a470bcc41

View File

@@ -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")
{}
};