This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
commit a2f35cd17b1e8fd1127877dd2e46147c5c4894d5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 18 08:38:59 2024 -0400 Javadoc: Typo --- src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java b/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java index 2725cff2..049b94bf 100644 --- a/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java +++ b/src/main/java/org/apache/commons/cli/help/TextHelpAppendable.java @@ -268,7 +268,7 @@ public class TextHelpAppendable extends FilterHelpAppendable { /** * Gets the indent for the output. * - * @return the indent ofr the page. + * @return the indent of the page. */ public int getIndent() { return textStyleBuilder.getIndent();