Author: markt Date: Tue Mar 8 10:05:54 2016 New Revision: 1734042 URL: http://svn.apache.org/viewvc?rev=1734042&view=rev Log: Typo
Modified: tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java Modified: tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java?rev=1734042&r1=1734041&r2=1734042&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java (original) +++ tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java Tue Mar 8 10:05:54 2016 @@ -19,7 +19,7 @@ package org.apache.coyote.http2; import java.util.Map; /** - * Represents the local connection settingsL i.e. the settings the client is + * Represents the local connection settings i.e. the settings the client is * expected to use when communicating with the server. There will be a delay * between calling a setter and the setting taking effect at the client. When a * setter is called, the new value is added to the set of pending settings. Once --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org