summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_actions.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-09-17 14:06:41 +0200
committerKen Coar <coar@apache.org>1998-09-17 14:06:41 +0200
commit64b5f061b769b443ef98ee4a4eefbc4b254cef70 (patch)
treec437de6e50babfcf86caaa7710d9ea8b62bb5e6a /docs/manual/mod/mod_actions.html
parent Fix 'resource config' to be 'server config.' (diff)
downloadapache2-64b5f061b769b443ef98ee4a4eefbc4b254cef70.tar.xz
apache2-64b5f061b769b443ef98ee4a4eefbc4b254cef70.zip
Fix some typos and inaccuracies and incorrectnesses.
PR: 3016 Submitted by: Youichirou Koga <y-koga@jp.FreeBSD.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82061 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_actions.html')
-rw-r--r--docs/manual/mod/mod_actions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_actions.html b/docs/manual/mod/mod_actions.html
index a9f449002c..58682094dd 100644
--- a/docs/manual/mod/mod_actions.html
+++ b/docs/manual/mod/mod_actions.html
@@ -39,7 +39,7 @@ process files.
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> Action <EM>mime-type cgi-script</EM><BR>
+><STRONG>Syntax:</STRONG></A> Action <EM>MIME-type cgi-script</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
@@ -65,7 +65,7 @@ and later
</P>
<P>
This directive adds an action, which will activate <EM>cgi-script</EM> when
-a file of content type <EM>mime-type</EM> is requested. It sends the
+a file of content type <EM>MIME-type</EM> is requested. It sends the
URL and file path of the requested document using the standard
CGI PATH_INFO and PATH_TRANSLATED environment variables.
</P>