You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2011/05/27 21:30:51 UTC

svn commit: r1128433 - /httpcomponents/httpclient/branches/4.1.x/httpclient/src/main/java/org/apache/http/impl/cookie/BestMatchSpec.java

Author: sebb
Date: Fri May 27 19:30:50 2011
New Revision: 1128433

URL: http://svn.apache.org/viewvc?rev=1128433&view=rev
Log:
Spelling

Modified:
    httpcomponents/httpclient/branches/4.1.x/httpclient/src/main/java/org/apache/http/impl/cookie/BestMatchSpec.java

Modified: httpcomponents/httpclient/branches/4.1.x/httpclient/src/main/java/org/apache/http/impl/cookie/BestMatchSpec.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.1.x/httpclient/src/main/java/org/apache/http/impl/cookie/BestMatchSpec.java?rev=1128433&r1=1128432&r2=1128433&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.1.x/httpclient/src/main/java/org/apache/http/impl/cookie/BestMatchSpec.java (original)
+++ httpcomponents/httpclient/branches/4.1.x/httpclient/src/main/java/org/apache/http/impl/cookie/BestMatchSpec.java Fri May 27 19:30:50 2011
@@ -182,7 +182,7 @@ public class BestMatchSpec implements Co
 
     public List<Header> formatCookies(final List<Cookie> cookies) {
         if (cookies == null) {
-            throw new IllegalArgumentException("List of cookie may not be null");
+            throw new IllegalArgumentException("List of cookies may not be null");
         }
         int version = Integer.MAX_VALUE;
         boolean isSetCookie2 = true;