You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/04/04 15:28:36 UTC

svn commit: r1088616 - in /httpd/httpd/trunk/docs/manual/mod: mod_alias.html.en mod_alias.xml

Author: rbowen
Date: Mon Apr  4 13:28:36 2011
New Revision: 1088616

URL: http://svn.apache.org/viewvc?rev=1088616&view=rev
Log:
Yet Another Typo. (Thanks to Vincent de Lau)

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_alias.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en?rev=1088616&r1=1088615&r2=1088616&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en Mon Apr  4 13:28:36 2011
@@ -340,7 +340,7 @@ a different URL</td></tr>
     status code as the value of <var>status</var>. If the status is
     between 300 and 399, the <var>URL</var> argument must be present.
     If the status is <em>not</em> between 300 and 399, the
-    <var>URL</var> agument must be omitted. The status must be a valid
+    <var>URL</var> argument must be omitted. The status must be a valid
     HTTP status code, known to the Apache HTTP Server (see the function
     <code>send_error_response</code> in http_protocol.c).</p>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.xml?rev=1088616&r1=1088615&r2=1088616&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.xml Mon Apr  4 13:28:36 2011
@@ -331,7 +331,7 @@ a different URL</description>
     status code as the value of <var>status</var>. If the status is
     between 300 and 399, the <var>URL</var> argument must be present.
     If the status is <em>not</em> between 300 and 399, the
-    <var>URL</var> agument must be omitted. The status must be a valid
+    <var>URL</var> argument must be omitted. The status must be a valid
     HTTP status code, known to the Apache HTTP Server (see the function
     <code>send_error_response</code> in http_protocol.c).</p>