Skip to content

Commit c571ee1

Browse files
committed
Fix typo in comment
1 parent 899f630 commit c571ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/http/client/JdkClientHttpRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ else if (contentLength == 0) {
175175
/**
176176
* By default, {@link HttpRequest} does not allow {@code Connection},
177177
* {@code Content-Length}, {@code Expect}, {@code Host}, or {@code Upgrade}
178-
* headers to be set, but this can be overriden with the
178+
* headers to be set, but this can be overridden with the
179179
* {@code jdk.httpclient.allowRestrictedHeaders} system property.
180180
* @see jdk.internal.net.http.common.Utils#getDisallowedHeaders()
181181
*/

0 commit comments

Comments
 (0)