You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/04/18 18:11:03 UTC

svn commit: r1469398 - /httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml

Author: humbedooh
Date: Thu Apr 18 16:11:02 2013
New Revision: 1469398

URL: http://svn.apache.org/r1469398
Log:
fix typo

Modified:
    httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml

Modified: httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml?rev=1469398&r1=1469397&r2=1469398&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/fcgistarter.xml Thu Apr 18 16:11:02 2013
@@ -50,10 +50,10 @@
     <dd>FastCGI program</dd>
 
     <dt><code>-p <var>port</var></code></dt>
-    <dd>Port which the program will listens on</dd>
+    <dd>Port which the program will listen on</dd>
 
     <dt><code>-i <var>interface</var></code></dt>
-    <dd>Interface which the program will listens on</dd>
+    <dd>Interface which the program will listen on</dd>
 
     <dt><code>-N <var>num</var></code></dt>
     <dd>Number of instances of the program</dd>