Skip to content

Commit 5b75fcd

Browse files
committed
Fix typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1439988 13f79535-47bb-0310-9956-ffa450edef68
1 parent 31d9256 commit 5b75fcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/cli/HelpFormatter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public void printHelp(String cmdLineSyntax, Options options, boolean autoUsage)
427427
* System.out.
428428
*
429429
* @param cmdLineSyntax the syntax for this application
430-
* @param header the banner to display at the begining of the help
430+
* @param header the banner to display at the beginning of the help
431431
* @param options the Options instance
432432
* @param footer the banner to display at the end of the help
433433
*/
@@ -442,7 +442,7 @@ public void printHelp(String cmdLineSyntax, String header, Options options, Stri
442442
* System.out.
443443
*
444444
* @param cmdLineSyntax the syntax for this application
445-
* @param header the banner to display at the begining of the help
445+
* @param header the banner to display at the beginning of the help
446446
* @param options the Options instance
447447
* @param footer the banner to display at the end of the help
448448
* @param autoUsage whether to print an automatically generated

0 commit comments

Comments
 (0)