From ca9ed9bd436650a37f32659cbde21d41af7a57f8 Mon Sep 17 00:00:00 2001 From: Lukas Friembichler <76054616+appcodegen@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:34:34 +0200 Subject: [PATCH] Typo, whitespace --- include/boost/program_options/parsers.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/program_options/parsers.hpp b/include/boost/program_options/parsers.hpp index 7d902690a..230af29e3 100644 --- a/include/boost/program_options/parsers.hpp +++ b/include/boost/program_options/parsers.hpp @@ -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 @@ -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 @@ -77,7 +77,7 @@ namespace boost { namespace program_options { basic_parsed_options 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