This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 708226219e Fix typo
708226219e is described below
commit 708226219e3cbed2a780cc936a9f877d14f1a0af
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Mar 12 12:29:40 2024 +0000
Fix typo
---
java/org/apache/jasper/runtime/JspWriterImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/jasper/runtime/JspWriterImpl.java
b/java/org/apache/jasper/runtime/JspWriterImpl.java
index 06b14c1b3b..f683b99321 100644
--- a/java/org/apache/jasper/runtime/JspWriterImpl.java
+++ b/java/org/apache/jasper/runtime/JspWriterImpl.java
@@ -122,7 +122,7 @@ public class JspWriterImpl extends JspWriter {
/*
* At some point in the processing something (most likely the
default servlet as the target of a
* <jsp:forward ... /> action) wrote directly to the
OutputStream rather than the Writer. Wrap the
- * OutputStream in a Writer so the JSp engine can use the
Writer it is expecting to use.
+ * OutputStream in a Writer so the JSP engine can use the
Writer it is expecting to use.
*/
out = new PrintWriter(response.getOutputStream());
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]