From: Noirin Plunkett
Date: Wed, 15 Mar 2006 13:04:10 +0000 (+0000)
Subject: Minor typo fix
X-Git-Tag: 2.0.56~42
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960ef9ae9b10d0f2fd61d5b6e515da6d1b05d0a6;p=thirdparty%2Fapache%2Fhttpd.git
Minor typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@386067 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml
index 4f4f358e8f4..ae09edf8ce5 100644
--- a/docs/manual/mod/mod_auth_digest.xml
+++ b/docs/manual/mod/mod_auth_digest.xml
@@ -314,7 +314,7 @@ authentication
The specified URIs are prefixes, i.e. the client will assume
that all URIs "below" these are also protected by the same
username/password. The URIs may be either absolute URIs (i.e.
- inluding a scheme, host, port, etc) or relative URIs.
+ including a scheme, host, port, etc) or relative URIs.
This directive should always be specified and
contain at least the (set of) root URI(s) for this space.