You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2019/12/02 12:49:53 UTC

[httpcomponents-client] branch HTTPCLIENT-2019 updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch HTTPCLIENT-2019
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/HTTPCLIENT-2019 by this push:
     new 3536a1c  Fix typo
3536a1c is described below

commit 3536a1c4da21d44f12798da430d92673c7ea716b
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Dec 2 13:49:37 2019 +0100

    Fix typo
---
 .../main/java/org/apache/hc/client5/http/HttpRequestRetryStrategy.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/HttpRequestRetryStrategy.java b/httpclient5/src/main/java/org/apache/hc/client5/http/HttpRequestRetryStrategy.java
index dec7c72..e47bdce 100644
--- a/httpclient5/src/main/java/org/apache/hc/client5/http/HttpRequestRetryStrategy.java
+++ b/httpclient5/src/main/java/org/apache/hc/client5/http/HttpRequestRetryStrategy.java
@@ -50,7 +50,7 @@ public interface HttpRequestRetryStrategy {
      * Determines if a method should be retried after an IOException
      * occurs during execution.
      *
-     * @param request request failed die to an I/O exception.
+     * @param request request failed due to an I/O exception.
      * @param exception the exception that occurred
      * @param executionCount the number of times this method has been
      * unsuccessfully executed