You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/11/07 14:59:06 UTC

svn commit: r1713128 - /tomcat/trunk/java/org/apache/coyote/Response.java

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org