summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-05-06 12:50:34 +0200
committerJon Bratseth <bratseth@gmail.com>2020-05-06 12:50:34 +0200
commit3993c44146615752132084387209417cea4d8ec3 (patch)
tree181ba81b3f0e044a8352005f42d6b20e03708699 /vespa-http-client
parenta2e37ad30ec60c4ac7c785176aee2e9fb12aa0b5 (diff)
Propagate cluster info
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedClient.java b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedClient.java
index 8cd22fe2e5c..8c2c1405fa0 100644
--- a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedClient.java
+++ b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedClient.java
@@ -54,7 +54,7 @@ public interface FeedClient extends AutoCloseable {
/**
* Issues a document operation to the configured cluster(s).
* If the pipeline and buffers are full, this call will be blocking, ensuring that operations are not
- * produced faster than the can be handled. Transient failured are retried internally by this client.
+ * produced faster than the can be handled. Transient failures are retried internally by this client.
* Exactly one callback will always be received for each (completed) call to this.
*
* @param documentId the document id of the document