summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-13 21:23:22 +0000
committerRyan Bloom <rbb@apache.org>2001-02-13 21:23:22 +0000
commit87a25c5f8e0f997b974fdf45d7a8f6594d95b6f1 (patch)
treef79aa2f4b8b35405fa8b9600aec9ba97d9e7914c /INSTALL
parent53a0213b1f3e3c5f0e59d382a2a53afd3d057fb7 (diff)
downloadhttpd-87a25c5f8e0f997b974fdf45d7a8f6594d95b6f1.tar.gz
Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4
file. Submitted by: Cliff Woolley <cliffwoolley@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88147 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index f8bb4e2424..8207dc819d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -322,7 +322,7 @@
(-) mod_example ...... Apache API demonstration (developers only)
MPMs
- mpmt_pthread ..... Mutli-process(dynamic) Multi-threaded(static)
+ mpmt_pthread ..... Multi-process(dynamic) Multi-threaded(static)
Unix MPM
prefork .......... Preforking Unix MPM
perchild ......... Multi-process(static) Multi-threaded(dynamic)