You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mg...@apache.org on 2021/06/30 11:08:27 UTC

[tomcat] branch 9.0.x updated: Fix typo in method's javadoc (#429)

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

mgrigorov 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 26d5fe4  Fix typo in method's javadoc (#429)
26d5fe4 is described below

commit 26d5fe47268dccbc35a62844a5fbe2f0167fef8f
Author: Shi.Kun <34...@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/javax/servlet/ServletOutputStream.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/javax/servlet/ServletOutputStream.java b/java/javax/servlet/ServletOutputStream.java
index bf40d97..7cc1d38 100644
--- a/java/javax/servlet/ServletOutputStream.java
+++ b/java/javax/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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org