doc: Fixed typo.
[ashd.git] / doc / httrcall.doc
index cda8c95..a95e782 100644 (file)
@@ -32,11 +32,11 @@ OPTIONS
 *-l* 'LIMIT'::
 
        If specified, only 'LIMIT' copies of the handler program are
-       allowed to run at one time. If furter request are received
+       allowed to run at one time. If further request are received
        while 'LIMIT' children are running, *httrcall* will block,
-       waiting for one to exit before forking new ones. If no *-l*
-       option is specified, *httrcall* imposes no limit on the number
-       of children that may run.
+       waiting for one to exit before processing further requests. If
+       no *-l* option is specified, *httrcall* imposes no limit on
+       the number of children that may run.
 
 AUTHOR
 ------