diff --git a/jetty-client/src/main/java/org/eclipse/jetty/client/HttpExchange.java b/jetty-client/src/main/java/org/eclipse/jetty/client/HttpExchange.java index 655e8538b42..ff66dd88263 100644 --- a/jetty-client/src/main/java/org/eclipse/jetty/client/HttpExchange.java +++ b/jetty-client/src/main/java/org/eclipse/jetty/client/HttpExchange.java @@ -553,7 +553,7 @@ public class HttpExchange } /** - * Called when an exception was thrown during an attempt to open a connectoin + * Called when an exception was thrown during an attempt to open a connection * @param ex */ protected void onConnectionFailed(Throwable ex) @@ -571,7 +571,7 @@ public class HttpExchange } /** - * Called when no response has been recieved within the timeout. + * Called when no response has been received within the timeout. */ protected void onExpire() {