]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo.
authorJoe Orton <jorton@apache.org>
Thu, 30 Sep 2004 10:42:54 +0000 (10:42 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 30 Sep 2004 10:42:54 +0000 (10:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105351 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index 35a2fed6753e092d0d1907e59c598c938e5a42b3..598b676b662ab90dc17c5738917b88b42c51b011 100644 (file)
@@ -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