Docs typo: s/minimum/maximum/
authorDan Scott <dscott@laurentian.ca>
Tue, 9 May 2017 02:51:42 +0000 (22:51 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 9 May 2017 02:51:42 +0000 (22:51 -0400)
A small thing, but it means exactly the opposite. Thanks to _adb in IRC for
pointing this out!

Signed-off-by: Dan Scott <dscott@laurentian.ca>

docs/development/intro_opensrf.adoc

index 06c3775..2bce37b 100644 (file)
@@ -384,7 +384,7 @@ time.
 incoming requests. If there are fewer than this number of spare child
 processes, new processes will be spawned.
 
-<14>  The minimum number of child processes that should be available to handle
+<14>  The maximum number of child processes that should be available to handle
 incoming requests. If there are more than this number of spare child processes,
 the extra processes will be killed.