Skip to content

Commit ca9ed9b

Browse files
authored
Typo, whitespace
1 parent 5cf6566 commit ca9ed9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/boost/program_options/parsers.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace boost { namespace program_options {
3030

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

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

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

0 commit comments

Comments
 (0)