Author: kkolinko Date: Sat Nov 7 13:59:06 2015 New Revision: 1713128 URL: http://svn.apache.org/viewvc?rev=1713128&view=rev Log: Fix typo from javadoc update in r1712993
Modified: tomcat/trunk/java/org/apache/coyote/Response.java Modified: tomcat/trunk/java/org/apache/coyote/Response.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/Response.java?rev=1713128&r1=1713127&r2=1713128&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/Response.java (original) +++ tomcat/trunk/java/org/apache/coyote/Response.java Sat Nov 7 13:59:06 2015 @@ -395,7 +395,7 @@ public final class Response { /** * Return the content language. * - * @return The language code foe the language currently associated with this + * @return The language code for the language currently associated with this * response */ public String getContentLanguage() { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org