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 2010/12/14 23:07:04 UTC

svn commit: r1049305 - /httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/HttpParams.java

Author: sebb
Date: Tue Dec 14 22:07:03 2010
New Revision: 1049305

URL: http://svn.apache.org/viewvc?rev=1049305&view=rev
Log:
Typo

Modified:
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/HttpParams.java

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/HttpParams.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/HttpParams.java?rev=1049305&r1=1049304&r2=1049305&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/HttpParams.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/params/HttpParams.java Tue Dec 14 22:07:03 2010
@@ -35,7 +35,7 @@ package org.apache.http.params;
  * Once initialized, HTTP parameters are not expected to mutate in
  * the course of HTTP message processing.
  * <p>
- * The purpose of this intreface is to define a behavior of other components.
+ * The purpose of this interface is to define a behavior of other components.
  * Usually each complex component has its own HTTP parameter collection.
  * <p>
  * Instances of this interface can be linked together to form a hierarchy.