Index: HttpConnectionManager.java
===================================================================
RCS file: /home/cvspublic/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnectionManager.java,v
retrieving revision 1.4
diff -u -r1.4 HttpConnectionManager.java
--- HttpConnectionManager.java	12 Apr 2002 21:11:34 -0000	1.4
+++ HttpConnectionManager.java	13 Apr 2002 19:20:54 -0000
@@ -320,8 +320,8 @@
     /**
      * In getConnection, if the maximum number of connections has already
      * been reached the call will block.  This class is used to help provide
-     * a timeout facility for this wait.  Because does not provide a way to
-     * determine if wait() returned due to a notify() or a timeout we need
+     * a timeout facility for this wait.  Because Java does not provide a way to
+     * determine if wait() returned due to a notify() or a timeout, we need
      * an outside mechanism to interrupt the waiting thread after the specified
      * timeout interval.
      */
@@ -368,4 +368,3 @@
         }
     }
 }
-

