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 2df55d4 Typo.
2df55d4 is described below
commit 2df55d424f80c096d0916a733c8c5292c4b1fdf5
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 20 08:15:18 2021 -0400
Typo.
---
src/main/java/org/apache/commons/cli/Parser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/cli/Parser.java
b/src/main/java/org/apache/commons/cli/Parser.java
index b43c50f..a28d47a 100644
--- a/src/main/java/org/apache/commons/cli/Parser.java
+++ b/src/main/java/org/apache/commons/cli/Parser.java
@@ -31,7 +31,7 @@ import java.util.Properties;
*/
@Deprecated
public abstract class Parser implements CommandLineParser {
- /** commandline instance */
+ /** CommandLine instance */
protected CommandLine cmd;
/** current Options */