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 65ff324  Fix spelling
65ff324 is described below

commit 65ff324cfe784604686b34cd30480d986e81a91e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 22 14:38:31 2022 -0400

    Fix spelling
---
 RELEASE-NOTES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index befcd1e..331227d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -243,7 +243,7 @@ BUG FIXES
 =========
 
 o CLI-137: The number of arguments defined for an option specifies the
-           arguments per occurence of the option and not for all occurences.
+           arguments per occurence of the option and not for all occurrences.
 o CLI-164: PosixParser no longer ignores unrecognized short options.
 o CLI-163: PosixParser no longer stops the bursting process of a token if
            stopAtNonOption is enabled and a non option character is

Reply via email to