From c571ee1f95bacde2c96f5f0807f262c87d517ad8 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:47:00 +0200 Subject: [PATCH] Fix typo in comment --- .../org/springframework/http/client/JdkClientHttpRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/http/client/JdkClientHttpRequest.java b/spring-web/src/main/java/org/springframework/http/client/JdkClientHttpRequest.java index 3237f32adc..eaeef198e2 100644 --- a/spring-web/src/main/java/org/springframework/http/client/JdkClientHttpRequest.java +++ b/spring-web/src/main/java/org/springframework/http/client/JdkClientHttpRequest.java @@ -175,7 +175,7 @@ class JdkClientHttpRequest extends AbstractStreamingClientHttpRequest { /** * By default, {@link HttpRequest} does not allow {@code Connection}, * {@code Content-Length}, {@code Expect}, {@code Host}, or {@code Upgrade} - * headers to be set, but this can be overriden with the + * headers to be set, but this can be overridden with the * {@code jdk.httpclient.allowRestrictedHeaders} system property. * @see jdk.internal.net.http.common.Utils#getDisallowedHeaders() */