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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new e75ffe709 Fix spelling
e75ffe709 is described below
commit e75ffe7090312425887a60e09f83eceb01ad83b2
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 18 09:27:58 2023 -0500
Fix spelling
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a99903210..ed8e67df9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -262,7 +262,7 @@
Upgrade Hamcrest to 2.2.
</action>
<action issue="COLLECTIONS-759" dev="ggregory" type="update" due-to="Bruno
P. Kinoshita">
- Add newline at end of file, and convert to unix (LF instead of CRLF)
fixing checkstyle #147.
+ Add newline at end of file, and convert to Unix (LF instead of CRLF)
fixing checkstyle #147.
</action>
<action issue="COLLECTIONS-757" dev="ggregory" type="update" due-to="Chen">
Update Javadoc in BidiMap classes #146.