You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2002/08/08 16:26:47 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_actions.xml

gregames    2002/08/08 07:26:47

  Modified:    docs/manual/mod mod_actions.xml
  Log:
  fix typo
  
  Revision  Changes    Path
  1.5       +2 -2      httpd-2.0/docs/manual/mod/mod_actions.xml
  
  Index: mod_actions.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_actions.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mod_actions.xml	23 May 2002 14:50:11 -0000	1.4
  +++ mod_actions.xml	8 Aug 2002 14:26:47 -0000	1.5
  @@ -41,7 +41,7 @@
       <em>cgi-script</em> when <em>action-type</em> is triggered by the
       request.  The <em>cgi-script</em> 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
       <em>action-type</em> can be either a <a
       href="../handler.html">handler</a> or a MIME content type. It
  @@ -119,4 +119,4 @@
   
   </directivesynopsis>
   
  -</modulesynopsis>
  \ No newline at end of file
  +</modulesynopsis>