You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2015/01/19 17:25:34 UTC

svn commit: r1653042 - /httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/impl/cookie/RFC6265LaxSpec.java

Author: olegk
Date: Mon Jan 19 16:25:34 2015
New Revision: 1653042

URL: http://svn.apache.org/r1653042
Log:
Typo

Modified:
    httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/impl/cookie/RFC6265LaxSpec.java

Modified: httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/impl/cookie/RFC6265LaxSpec.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/impl/cookie/RFC6265LaxSpec.java?rev=1653042&r1=1653041&r2=1653042&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/impl/cookie/RFC6265LaxSpec.java (original)
+++ httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/impl/cookie/RFC6265LaxSpec.java Mon Jan 19 16:25:34 2015
@@ -33,7 +33,7 @@ import org.apache.http.cookie.CommonCook
 /**
  * Standard {@link org.apache.http.cookie.CookieSpec} implementation that enforces a more relaxed
  * interpretation of the HTTP state management specification (RFC 6265, section 5)
- * for interoprability with existing servers that do not conform to the well behaved profile
+ * for interoperability with existing servers that do not conform to the well behaved profile
  * (RFC 6265, section 4).
  *
  * @since 4.4