Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Jan 15, 2024
1 parent 99754a3 commit 896e5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/org/apache/catalina/ssi/ResponseIncludeWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void flushOutputStreamOrWriter() throws IOException {


/**
* 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
*
Expand All @@ -98,7 +98,7 @@ public PrintWriter getWriter() throws IOException {


/**
* 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
*
Expand Down

0 comments on commit 896e5d8

Please sign in to comment.