You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/10/12 01:04:14 UTC

cvs commit: apache-1.3/src/include ap.h

martin      99/10/11 16:04:14

  Modified:    src/include ap.h
  Log:
  typo
  
  Revision  Changes    Path
  1.25      +1 -1      apache-1.3/src/include/ap.h
  
  Index: ap.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/ap.h,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- ap.h	1999/08/12 18:06:20	1.24
  +++ ap.h	1999/10/11 23:04:13	1.25
  @@ -180,7 +180,7 @@
   API_EXPORT(int) ap_base64decode_binary(unsigned char * plain_dst, const char *coded_src);
   
   /* Password validation, as used in AuthType Basic which is able to cope
  - * (based on the prexix) with the SHA1, Apache's internal MD5 and (depending
  + * (based on the prefix) with the SHA1, Apache's internal MD5 and (depending
    * on your platform either plain or crypt(3) passwords.
    */
   API_EXPORT(char *) ap_validate_password(const char *passwd, const char *hash);