From: kkolinko Date: Tue, 1 Mar 2011 23:24:33 +0000 (+0000) Subject: Correct several typos X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ed7ff23f2b8a33adda048fef8dbaf445a21005cb;p=tomcat7.0 Correct several typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1076047 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/net/SecureNioChannel.java b/java/org/apache/tomcat/util/net/SecureNioChannel.java index eea964078..4a688548f 100644 --- a/java/org/apache/tomcat/util/net/SecureNioChannel.java +++ b/java/org/apache/tomcat/util/net/SecureNioChannel.java @@ -222,8 +222,8 @@ public class SecureNioChannel extends NioChannel { //validate the network buffers are empty if (netInBuffer.position() > 0 && netInBuffer.position() 0 && netOutBuffer.position()0 && getBufHandler().getReadBuffer().position()0 && getBufHandler().getWriteBuffer().position()0 && getBufHandler().getReadBuffer().position()0 && getBufHandler().getWriteBuffer().position() - + diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 4cb3d0e0a..f94287ed9 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -1290,7 +1290,7 @@ attributes as well. (timw) - Correctly handle the setting of primitve bean values via expression + Correctly handle the setting of primitive bean values via expression language. (markt)