From: Joe Orton Date: Thu, 30 Sep 2004 10:42:54 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f795fc347d564ecc13d106739bdf89cb1a2b74;p=thirdparty%2Fapache%2Fhttpd.git Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105351 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 35a2fed6753..598b676b662 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -2,7 +2,7 @@ Changes with Apache 1.3.32 *) mod_digest: Fix nonce string calculation since 1.3.31 which would force re-authentication for every connection if - AuthDigestRealmSeed was not configure. PR 30920. [Joe Orton] + AuthDigestRealmSeed was not configured. PR 30920. [Joe Orton] *) Trigger an error when a LoadModule directive attempts to load a module which is built-in. This is a common error when