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 2018/01/06 18:12:11 UTC

httpcomponents-core git commit: Fix typos.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x f316e527e -> 11175dfc8


Fix typos.

Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/11175dfc
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/11175dfc
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/11175dfc

Branch: refs/heads/4.4.x
Commit: 11175dfc8568b82e2b378a12bf06afc592991b77
Parents: f316e52
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Jan 6 11:12:08 2018 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Jan 6 11:12:08 2018 -0700

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/11175dfc/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 747cee5..19faae3 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -12,10 +12,10 @@ Changelog
 * HTTPCORE-496: Add API org.apache.http.protocol.UriPatternMatcher.entrySet().
   Contributed by Gary Gregory <ggregory at apache.org>
   
-* HTTPCORE-497: Add API Add API org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper.getUriPatternMatcher().
+* HTTPCORE-497: Add API org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper.getUriPatternMatcher().
   Contributed by Gary Gregory <ggregory at apache.org>
 
-* HTTPCORE-499 Make interface Header extend NameValuePair
+* HTTPCORE-499: Make interface Header extend NameValuePair
   Contributed by Gary Gregory <ggregory at apache.org>