diff options
author | Daniel Gruno <humbedooh@apache.org> | 2013-04-18 18:11:02 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2013-04-18 18:11:02 +0200 |
commit | dfbf00d5ac3aecf48195243f7139807c559d4e49 (patch) | |
tree | 272e1c2e80aa7ae285d83676170fa9c71548f60a | |
parent | Rebuild (diff) | |
download | apache2-dfbf00d5ac3aecf48195243f7139807c559d4e49.tar.xz apache2-dfbf00d5ac3aecf48195243f7139807c559d4e49.zip |
fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1469398 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/programs/fcgistarter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/programs/fcgistarter.xml b/docs/manual/programs/fcgistarter.xml index ce3e0e7897..e8a1968090 100644 --- a/docs/manual/programs/fcgistarter.xml +++ b/docs/manual/programs/fcgistarter.xml @@ -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> |