# HG changeset patch # User chegar # Date 1528283430 -3600 # Node ID 7b616fbd7d5b8900831914050ad2fa853bebe73d # Parent 67fb9313d8605048ef55feb8f7625618d256bbf6 http-client-branch: typo Contributed-by: Jaikiran Pai diff -r 67fb9313d860 -r 7b616fbd7d5b src/java.net.http/share/classes/java/net/http/HttpClient.java --- a/src/java.net.http/share/classes/java/net/http/HttpClient.java Tue Jun 05 15:32:02 2018 +0100 +++ b/src/java.net.http/share/classes/java/net/http/HttpClient.java Wed Jun 06 12:10:30 2018 +0100 @@ -57,7 +57,7 @@ * and can be used to send multiple requests. * *

An {@code HttpClient} provides configuration information, and resource - * sharing, for all requests send through it. + * sharing, for all requests sent through it. * *

A {@link BodyHandler BodyHandler} must be supplied for each {@link * HttpRequest} sent. The {@code BodyHandler} determines how to handle the