]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
authorCliff Woolley <jwoolley@apache.org>
Wed, 7 Nov 2001 05:29:58 +0000 (05:29 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 7 Nov 2001 05:29:58 +0000 (05:29 +0000)
commit4421663d68e55cc7d19b8b1fcfab18863ce00ca5
tree536171e4f61d4d44f993bd5ca2746603bf1ca4c1
parent331a356de9534077470c003b26a558315b847973
Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
AP_MPMQ_MAX_REQUESTS_DAEMON macros.  Better to do it now rather than later.

**WARNING** This will of course break the compile on any third-party MPMs
you might have floating around, but it's a really quick change to make.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91777 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
CHANGES
include/ap_mpm.h
server/mpm/beos/beos.c
server/mpm/experimental/perchild/perchild.c
server/mpm/mpmt_os2/mpmt_os2.c
server/mpm/netware/mpm_netware.c
server/mpm/perchild/perchild.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/threaded/threaded.c
server/mpm/winnt/mpm_winnt.c
server/mpm/worker/worker.c