This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 bcee3ac Fix typo in method's javadoc (#429) bcee3ac is described below commit bcee3ac19a6b4d41fc343db175cf0abb4b0ac3fc 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/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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org