rwaldhoff    01/08/13 08:50:13

  Modified:    httpclient/src/java/org/apache/commons/httpclient Tag:
                        rlwrefactoring Authenticator.java
  Log:
  fixing spelling error in comment
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +4 -4      
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Authenticator.java
  
  Index: Authenticator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Authenticator.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- Authenticator.java        2001/08/08 20:37:28     1.6
  +++ Authenticator.java        2001/08/13 15:50:13     1.6.2.1
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Authenticator.java,v
 1.6 2001/08/08 20:37:28 rwaldhoff Exp $
  - * $Revision: 1.6 $
  - * $Date: 2001/08/08 20:37:28 $
  + * $Header: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Authenticator.java,v
 1.6.2.1 2001/08/13 15:50:13 rwaldhoff Exp $
  + * $Revision: 1.6.2.1 $
  + * $Date: 2001/08/13 15:50:13 $
    *
    * ====================================================================
    *
  @@ -141,7 +141,7 @@
               // XXX FIX ME XXX
               // Note that this won't work if there is more than one
               // realm within the challenge
  -            // We could probably make it a bit more flexiable in
  +            // We could probably make it a bit more flexible in
               // parsing as well.
               if(challenge.length() < space + 1) {
                   throw new HttpException("Unable to parse authentication challenge 
\"" + challenge + "\", expected realm");
  
  
  

Reply via email to