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 2a3b75b Spelling 2a3b75b is described below commit 2a3b75b4a18f16cccda9f629b758eb715a53c8df Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 24 13:34:47 2023 -0400 Spelling --- RELEASE-NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 135af61..bbb86fb 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 occurrences. + arguments per occurrence 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