You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/04/24 20:11:56 UTC

svn commit: r1329908 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java

Author: ggregory
Date: Tue Apr 24 18:11:56 2012
New Revision: 1329908

URL: http://svn.apache.org/viewvc?rev=1329908&view=rev
Log:
Fix typo in comment.

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java?rev=1329908&r1=1329907&r2=1329908&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java Tue Apr 24 18:11:56 2012
@@ -126,7 +126,7 @@ public final class HttpClientFactory
                 }
             }
             /**
-             * ConnectionManager set methodsmust be called after the host & port and proxy host & port
+             * ConnectionManager set methods must be called after the host & port and proxy host & port
              * are set in the HostConfiguration. They are all used as part of the key when HttpConnectionManagerParams
              * tries to locate the host configuration.
              */