This is an automated email from the ASF dual-hosted git repository.
markt 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 2a04744c13 Fix typo
2a04744c13 is described below
commit 2a04744c13341c43f90274abe2558464115f7d32
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 3410a82c7a..1a59760f91 100644
--- a/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java
+++ b/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java
@@ -87,7 +87,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
*
@@ -108,7 +108,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]