This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 7ccef09  Fix typo in method's javadoc (#429)
7ccef09 is described below

commit 7ccef0989324f3428d3ce6d6edabf18d43e6f0c0
Author: Shi.Kun <34267068+pachul...@users.noreply.github.com>
AuthorDate: Wed Jun 30 19:06:59 2021 +0800

    Fix typo in method's javadoc (#429)
    
    s/contain/container/
    
    (cherry picked from commit 40920f6522f3f390a503738dd943a1a5be5b96b2)
---
 java/jakarta/servlet/ServletOutputStream.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/jakarta/servlet/ServletOutputStream.java 
b/java/jakarta/servlet/ServletOutputStream.java
index d788b08..86a57c6 100644
--- a/java/jakarta/servlet/ServletOutputStream.java
+++ b/java/jakarta/servlet/ServletOutputStream.java
@@ -282,7 +282,7 @@ public abstract class ServletOutputStream extends 
OutputStream {
      * <code>false</code>, it will cause a callback to
      * {@link WriteListener#onWritePossible()} when the buffer has emptied. If
      * this method returns <code>false</code> no further data must be written
-     * until the contain calls {@link WriteListener#onWritePossible()}.
+     * until the container calls {@link WriteListener#onWritePossible()}.
      *
      * @return <code>true</code> if data can be written, else 
<code>false</code>
      *

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to