File tree Expand file tree Collapse file tree
include/boost/program_options Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments