summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2002-10-21 20:19:17 +0000
committerAndré Malo <nd@apache.org>2002-10-21 20:19:17 +0000
commitde158f522416ee8000da1315b515d91f48a51fb1 (patch)
treecec85d78ffef8253e319c7d83a419a439efd8af6 /docs
parentc67736d7747cde2b10664618892398438d595a95 (diff)
downloadhttpd-de158f522416ee8000da1315b515d91f48a51fb1.tar.gz
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97278 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_actions.html.en2
-rw-r--r--docs/manual/mod/mod_actions.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en
index cf5c32ce20..09409072b4 100644
--- a/docs/manual/mod/mod_actions.html.en
+++ b/docs/manual/mod/mod_actions.html.en
@@ -61,7 +61,7 @@ method.</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
<p>This directive adds an action, which will activate
<var>cgi-script</var> when a file is requested using the method of
<var>method</var>. The <var>cgi-script</var> is the URL-path to a
- resource that has been designated as a CGI script using <code class="directive"><a href="../mod/mod_alias.html#scriptaliase">ScriptAliase</a></code> or <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code>. The URL and
+ resource that has been designated as a CGI script using <code class="directive"><a href="../mod/mod_alias.html#scriptalias">ScriptAlias</a></code> or <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code>. The URL and
file path of the requested document is sent using the standard CGI
PATH_INFO and PATH_TRANSLATED environment variables.</p>
diff --git a/docs/manual/mod/mod_actions.xml b/docs/manual/mod/mod_actions.xml
index ba6e340a63..592f26b0d6 100644
--- a/docs/manual/mod/mod_actions.xml
+++ b/docs/manual/mod/mod_actions.xml
@@ -84,7 +84,7 @@ method.</description>
<var>cgi-script</var> when a file is requested using the method of
<var>method</var>. The <var>cgi-script</var> is the URL-path to a
resource that has been designated as a CGI script using <directive
- module="mod_alias">ScriptAliase</directive> or <directive
+ module="mod_alias">ScriptAlias</directive> or <directive
module="mod_mime">AddHandler</directive>. The URL and
file path of the requested document is sent using the standard CGI
PATH_INFO and PATH_TRANSLATED environment variables.</p>