Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 27080 invoked by uid 6000); 11 Oct 1999 23:04:16 -0000 Received: (qmail 27073 invoked by uid 2016); 11 Oct 1999 23:04:15 -0000 Delivered-To: apcore-apache-1.3-cvs@apache.org Received: (qmail 27071 invoked by uid 177); 11 Oct 1999 23:04:14 -0000 Date: 11 Oct 1999 23:04:14 -0000 Message-ID: <19991011230414.27070.qmail@hyperreal.org> From: martin@hyperreal.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src/include ap.h Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org 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);