Skip to content

Commit 5a470bc

Browse files
committed
Adjust spelling.
[SVN r78359]
1 parent 2eda031 commit 5a470bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/program_options/errors.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace boost { namespace program_options {
4141
class BOOST_PROGRAM_OPTIONS_DECL too_many_positional_options_error : public error {
4242
public:
4343
too_many_positional_options_error()
44-
: error("too many positional arguments have been specified on the command line")
44+
: error("too many positional options have been specified on the command line")
4545
{}
4646
};
4747

0 commit comments

Comments
 (0)