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-net.git
The following commit(s) were added to refs/heads/master by this push: new c65261bf Fixes many grammar issues and typos in JavaDoc and code comments #141. c65261bf is described below commit c65261bf43e4ec55beb19a2f6ce345c404a89ce9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jan 19 13:12:54 2023 -0500 Fixes many grammar issues and typos in JavaDoc and code comments #141. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c1830b3e..f50becfd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" issue="NET-650" dev="ggregory" due-to="Matthew McGillis, exceptionfactory, sebbASF"> Delegate host resolution to Socket.connect() #138. </action> + <action type="fix" dev="ggregory" due-to="Martin Wiesner, Gary Gregory, sebbASF"> + Fixes many grammar issues and typos in JavaDoc and code comments #141. + </action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot"> Bump commons-parent from 54 to 56 #132, #137.