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


The following commit(s) were added to refs/heads/master by this push:
     new 52ce946f Javadoc: Typo
52ce946f is described below

commit 52ce946f502c4198d7d1635cf94c20d9be02a5ee
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Oct 18 08:31:43 2024 -0400

    Javadoc: Typo
---
 src/main/java/org/apache/commons/cli/help/TextStyle.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/cli/help/TextStyle.java 
b/src/main/java/org/apache/commons/cli/help/TextStyle.java
index 82bbc3fc..845095f4 100644
--- a/src/main/java/org/apache/commons/cli/help/TextStyle.java
+++ b/src/main/java/org/apache/commons/cli/help/TextStyle.java
@@ -178,7 +178,7 @@ public final class TextStyle {
         }
 
         /**
-         * Sets teh left padding.
+         * Sets the left padding.
          *
          * @param leftPad the new left padding.
          * @return this

Reply via email to