
trawick at apache
Nov 10, 2009, 4:06 AM
Post #1 of 1
(163 views)
Permalink
|
|
svn commit: r834445 - /httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml
|
|
Author: trawick Date: Tue Nov 10 12:06:25 2009 New Revision: 834445 URL: http://svn.apache.org/viewvc?rev=834445&view=rev Log: fix typo Modified: httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Modified: httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml?rev=834445&r1=834444&r2=834445&view=diff ============================================================================== --- httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml (original) +++ httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Tue Nov 10 12:06:25 2009 @@ -385,8 +385,8 @@ <p>Several of the directives control processing for a <em>process class</em>. A process class is the set of processes which were started with the same executable file and share certain other characteristics such - as virtual host and identity. Two commands commands which are links to or - otherwise refer to the same executable file share the same process class.</p> + as virtual host and identity. Two commands which are links to or otherwise + refer to the same executable file share the same process class.</p> <note type="hint"><title>Note</title> <p>Certain settings or other concepts that depend on the virtual host,
|