This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 87f2834c25 Fix typo
87f2834c25 is described below
commit 87f2834c256a26323a6a53d5aa3e10168e073540
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 15 13:32:45 2024 +0000
Fix typo
---
java/org/apache/catalina/ssi/ResponseIncludeWrapper.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java
b/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java
index 2271ea7414..50cb5f09d7 100644
--- a/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java
+++ b/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java
@@ -77,7 +77,7 @@ public class ResponseIncludeWrapper extends
HttpServletResponseWrapper {
/**
- * Return a printwriter, throws and exception if an OutputStream already
been returned.
+ * Return a printwriter, throws an exception if an OutputStream already
been returned.
*
* @return a PrintWriter object
*
@@ -98,7 +98,7 @@ public class ResponseIncludeWrapper extends
HttpServletResponseWrapper {
/**
- * Return an OutputStream, throws and exception if a printwriter already
been returned.
+ * Return an OutputStream, throws an exception if a printwriter already
been returned.
*
* @return an OutputStream object
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]