This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new c07394f7d4 Fix typo.
c07394f7d4 is described below
commit c07394f7d4ec53e55b2e1d4e93d868211274d0fc
Author: lihan <[email protected]>
AuthorDate: Tue Nov 1 15:51:11 2022 +0800
Fix typo.
---
java/org/apache/catalina/core/ApplicationDispatcher.java | 2 +-
java/org/apache/catalina/core/StandardHostValve.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/catalina/core/ApplicationDispatcher.java
b/java/org/apache/catalina/core/ApplicationDispatcher.java
index 7a7d5abcb2..443c65ce3f 100644
--- a/java/org/apache/catalina/core/ApplicationDispatcher.java
+++ b/java/org/apache/catalina/core/ApplicationDispatcher.java
@@ -336,7 +336,7 @@ final class ApplicationDispatcher implements
AsyncDispatcher, RequestDispatcher
State state = new State(request, response, false);
if (WRAP_SAME_OBJECT) {
- // Check SRV.9.2 / RequestDispacther Javadoc
+ // Check SRV.9.2 / RequestDispatcher Javadoc
checkSameObjects(request, response);
}
diff --git a/java/org/apache/catalina/core/StandardHostValve.java
b/java/org/apache/catalina/core/StandardHostValve.java
index f730d7c035..0383d592b5 100644
--- a/java/org/apache/catalina/core/StandardHostValve.java
+++ b/java/org/apache/catalina/core/StandardHostValve.java
@@ -128,7 +128,7 @@ final class StandardHostValve extends ValveBase {
// Ask this Context to process this request. Requests that are
// already in error must have been routed here to check for
- // application defined error pages so DO NOT forward them to the
the
+ // application defined error pages so DO NOT forward them to the
// application for processing.
try {
if (!response.isErrorReportRequired()) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]