Author: ebourg
Date: Sun Sep 14 08:26:10 2008
New Revision: 695235
URL: http://svn.apache.org/viewvc?rev=695235&view=rev
Log:
Fixed a typo in the release notes
Modified:
commons/proper/cli/branches/cli-1.x/RELEASE-NOTES.txt
Modified: commons/proper/cli/branches/cli-1.x/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/RELEASE-NOTES.txt?rev=695235&r1=695234&r2=695235&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/RELEASE-NOTES.txt (original)
+++ commons/proper/cli/branches/cli-1.x/RELEASE-NOTES.txt Sun Sep 14 08:26:10
2008
@@ -40,7 +40,7 @@
BUG FIXES:
* The number of arguments defined for an option specifies the arguments
- per occurence of the option and not for all occurences. (CLI-137)
+ per occurrence of the option and not for all occurrences. (CLI-137)
* PosixParser no longer ignores unrecognized short options. (CLI-164)