You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by po...@apache.org on 2010/05/26 13:28:26 UTC

svn commit: r948397 - /httpd/httpd/trunk/docs/manual/mod/mod_suexec.xml

Author: poirier
Date: Wed May 26 11:28:26 2010
New Revision: 948397

URL: http://svn.apache.org/viewvc?rev=948397&view=rev
Log:
Fix typo

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_suexec.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_suexec.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_suexec.xml?rev=948397&r1=948396&r2=948397&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_suexec.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_suexec.xml Wed May 26 11:28:26 2010
@@ -52,7 +52,7 @@ later.</compatibility>
 <usage>
     <p>The <directive>SuexecUserGroup</directive> directive allows you
     to specify a user and group for CGI programs to run as. Non-CGI
-    requests are still processes with the user specified in the <directive
+    requests are still processed with the user specified in the <directive
     module="mod_unixd">User</directive> directive. This directive replaces
     the Apache 1.3 configuration of using the <code>User</code> and
     <code>Group</code> directives inside of VirtualHosts.</p>