From: Rich Bowen
Date: Mon, 4 Apr 2011 13:28:36 +0000 (+0000)
Subject: Yet Another Typo. (Thanks to Vincent de Lau)
X-Git-Tag: 2.3.12~106
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29fc489aedc8775117a489069c944e919737f4aa;p=thirdparty%2Fapache%2Fhttpd.git
Yet Another Typo. (Thanks to Vincent de Lau)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088616 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en
index bb6bbf855af..ba2992181e4 100644
--- a/docs/manual/mod/mod_alias.html.en
+++ b/docs/manual/mod/mod_alias.html.en
@@ -340,7 +340,7 @@ a different URL
status code as the value of status. If the status is
between 300 and 399, the URL argument must be present.
If the status is not between 300 and 399, the
- URL agument must be omitted. The status must be a valid
+ URL argument must be omitted. The status must be a valid
HTTP status code, known to the Apache HTTP Server (see the function
send_error_response
in http_protocol.c).
diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml
index 8b8a1c9f26c..76d4170ea24 100644
--- a/docs/manual/mod/mod_alias.xml
+++ b/docs/manual/mod/mod_alias.xml
@@ -331,7 +331,7 @@ a different URL
status code as the value of status. If the status is
between 300 and 399, the URL argument must be present.
If the status is not between 300 and 399, the
- URL agument must be omitted. The status must be a valid
+ URL argument must be omitted. The status must be a valid
HTTP status code, known to the Apache HTTP Server (see the function
send_error_response
in http_protocol.c).