From 0173580c0d316193a1a1a200e5deeca23f77f469 Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Fri, 15 Mar 2024 19:49:47 +0000 Subject: [PATCH] Fix typo --- spec/src/main/asciidoc/servlet-spec-body.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/servlet-spec-body.adoc b/spec/src/main/asciidoc/servlet-spec-body.adoc index ebe2ce06c..fbdc1a06a 100644 --- a/spec/src/main/asciidoc/servlet-spec-body.adoc +++ b/spec/src/main/asciidoc/servlet-spec-body.adoc @@ -8591,7 +8591,7 @@ A new attribute, `jakarta.servlet.error.query_string`, has been added to the attributes that must be set on the request as part of an error dispatch. link:https://github.com/eclipse-ee4j/servlet-api/issues/74[Issue 74]:: -Add additional methods to `HttpServeltResponse` to allow the status code used +Add additional methods to `HttpServletResponse` to allow the status code used with the redirect to be chosen and/or the response body used for the redirect to be controlled.