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 c8d0851 Typo. c8d0851 is described below commit c8d0851b0bb30d1d7688dcecb6d77647262ecb4b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 13 11:56:25 2020 -0400 Typo. --- 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 3fb66fc..530ff1f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="3.7.2" date="20YY-MM-DD" description="Maintenance and bug fix release."> <action issue="NET-689" type="update" dev="ggregory" due-to="Charlie, Gary Gregory"> - Hostname is not set on the SSLSocket causing isEndpointCheckingEnabled to fail. + Host name is not set on the SSLSocket causing isEndpointCheckingEnabled to fail. </action> <action type="update" dev="ggregory" due-to="Dependabot"> Fix possible socket and input stream leak on socket exception in org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String, OutputStream).