This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 9891eca1b0 Fix typo
9891eca1b0 is described below
commit 9891eca1b0bbe6b4a6a5a17a2e2ffad41daa6f8c
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 7a06d27735..ed5629d3d8 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]