Skip to content

Commit c503b67

Browse files
committed
Fix typo
1 parent 2afe8e4 commit c503b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/jakarta/servlet/http/HttpServletResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ default Supplier<Map<String, String>> getTrailerFields() {
759759
* Status code (431) indicating that the server is unwilling to process the request because its header fields are too
760760
* large.
761761
*/
762-
int SC_REQUEST_HEADER_FIELS_TOO_LARGE = 431;
762+
int SC_REQUEST_HEADER_FIELDS_TOO_LARGE = 431;
763763

764764
/**
765765
* Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.

0 commit comments

Comments
 (0)