You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2023/01/06 12:42:55 UTC

[httpcomponents-core] branch master updated: Typo

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/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 46aaf9255 Typo
46aaf9255 is described below

commit 46aaf92552d5b5008c594cd7f84f57d37aee138f
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Jan 6 07:42:51 2023 -0500

    Typo
---
 RELEASE_NOTES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 3059faa4b..8560411b8 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -14,7 +14,7 @@ Change Log
 * I/O reactor connect process redesign.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* SOCKS protocol handling: delegate resolution of unknown hostnames to the SOCKS proxy.
+* SOCKS protocol handling: Delegate resolution of unknown hostnames to the SOCKS proxy.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * I/O reactor to validate remote endpoint address at the last moment immediately before connect.