Skip to content

Commit

Permalink
Typo, whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lufriem authored Jun 5, 2024
1 parent 5cf6566 commit ca9ed9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/boost/program_options/parsers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace boost { namespace program_options {

/** Results of parsing an input source.
The primary use of this class is passing information from parsers
component to value storage component. This class does not makes
component to value storage component. This class does not make
much sense itself.
*/
template<class charT>
Expand All @@ -48,7 +48,7 @@ namespace boost { namespace program_options {
const options_description* description;

/** Mainly used for the diagnostic messages in exceptions.
* The canonical option prefix for the parser which generated these results,
* The canonical option prefix for the parser which generated these results,
* depending on the settings for basic_command_line_parser::style() or
* cmdline::style(). In order of precedence of command_line_style enums:
* allow_long
Expand Down Expand Up @@ -77,7 +77,7 @@ namespace boost { namespace program_options {
basic_parsed_options<char> utf8_encoded_options;

/** Mainly used for the diagnostic messages in exceptions.
* The canonical option prefix for the parser which generated these results,
* The canonical option prefix for the parser which generated these results,
* depending on the settings for basic_command_line_parser::style() or
* cmdline::style(). In order of precedence of command_line_style enums:
* allow_long
Expand Down

0 comments on commit ca9ed9b

Please sign in to comment.