This PR corrects misspellings identified by the [check-spelling
action](https://github.com/marketplace/actions/check-spelling) (which is
an evolution of the script I used ages ago when I first made a PR
here...).

The misspellings have been reported at
https://github.com/jsoref/CLI11/actions/runs/12194174338#summary-34017587518

The action reports that the changes in this PR would make it happy:
https://github.com/jsoref/CLI11/actions/runs/12194174680#summary-34017588281

---------

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-12-22 17:03:24 -05:00
committed by GitHub
parent b71106f870
commit ef50bb35c3
16 changed files with 37 additions and 37 deletions

View File

@@ -795,7 +795,7 @@ TEST_CASE("THelp: longLineAlignment", "[help]") {
int i{0};
app.add_option("-i,--int,--int_very_long_option_name_that_just_keeps_going_on_and_on_and_on_and_on_and_on_possibly_"
"to_infitinty,--and_another_long_name_just_for_fun",
"to_infinity,--and_another_long_name_just_for_fun",
i,
long_string);
@@ -820,7 +820,7 @@ TEST_CASE("THelp: longPositional", "[help]") {
int i{0};
app.add_option("int_very_long_option_name_that_just_keeps_going_on_and_on_and_on_and_on_and_on_possibly_"
"to_infitinty",
"to_infinity",
i,
long_string);