From 920be810adc66f692376abebc28cef0c0c307f1d Mon Sep 17 00:00:00 2001 From: "Timothy C. Quinn" Date: Thu, 29 Feb 2024 12:02:10 -0500 Subject: [PATCH] Correct spelling in comments --- src/CommandLine/Text/HelpText.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine/Text/HelpText.cs b/src/CommandLine/Text/HelpText.cs index f5e9a7b9..cb8cc369 100644 --- a/src/CommandLine/Text/HelpText.cs +++ b/src/CommandLine/Text/HelpText.cs @@ -316,7 +316,7 @@ public SentenceBuilder SentenceBuilder /// A delegate used to customize model used to render text block of usage examples. /// If true the output style is consistent with verb commands (no dashes), otherwise it outputs options. /// The maximum width of the display. - /// The parameter is not ontly a metter of formatting, it controls whether to handle verbs or options. + /// The parameter is not only a matter of formatting, it controls whether to handle verbs or options. public static HelpText AutoBuild( ParserResult parserResult, Func onError,