rwaldhoff    01/05/17 17:05:15

  Modified:    httpclient README.txt STATUS.html
  Log:
  spelling corrections
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-commons/httpclient/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt        2001/05/17 23:58:50     1.1
  +++ README.txt        2001/05/18 00:05:14     1.2
  @@ -52,7 +52,7 @@
   the unit tests.  It is not needed to build the
   "regular" classes, nor is it needed at runtime.)
   
  -Once you have Ant propertly installed, and the
  +Once you have Ant properly installed, and the
   build.properties file correctly reflects the location
   of JUnit and JSSE, you are ready to build and test.
   
  
  
  
  1.4       +3 -3      jakarta-commons/httpclient/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/STATUS.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- STATUS.html       2001/05/17 23:58:50     1.3
  +++ STATUS.html       2001/05/18 00:05:14     1.4
  @@ -7,7 +7,7 @@
   
   <div align="center">
   <h1>The Jakarta Commons <em>HTTP Client</em> Component</h1>
  -$Id: STATUS.html,v 1.3 2001/05/17 23:58:50 rwaldhoff Exp $<br>
  +$Id: STATUS.html,v 1.4 2001/05/18 00:05:14 rwaldhoff Exp $<br>
   <a href="#Introduction">[Introduction]</a>
   <a href="#Dependencies">[Dependencies]</a>
   <a href="#Release Info">[Release Info]</a>
  @@ -33,14 +33,14 @@
   <a name="Dependencies"></a>
   <h3>2.  DEPENDENCIES</h3>
   
  -<p>The <em>HTTP CLient</em> component is dependent upon the following
  +<p>The <em>HTTP Client</em> component is dependent upon the following
   external components for development and use:</p>
   <ul>
   <li><a href="http://java.sun.com/j2se";>Java Development Kit</a>
       (Version 1.2 or later)</li>
   <li><a href="http://java.sun.com/products/jsse";>Java Secure Socket Extension</a>
       (Version 1.0.2 or later)
  -    (Required for compliation/testing. Only needed at runtime if
  +    (Required for compilation/testing. Only needed at runtime if
       you're using HTTPS URLs.)</li>
   </ul>
   
  
  
  

Reply via email to