slive 00/11/21 11:26:05
Modified: htdocs/manual/mod module-dict.html
Log:
Fix typo.
Submitted by: Cliff Woolley <[EMAIL PROTECTED]>
Revision Changes Path
1.3 +1 -1 httpd-docs-2.0/htdocs/manual/mod/module-dict.html
Index: module-dict.html
===================================================================
RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/module-dict.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -b -u -r1.2 -r1.3
--- module-dict.html 2000/11/17 19:41:20 1.2
+++ module-dict.html 2000/11/21 19:26:04 1.3
@@ -70,7 +70,7 @@
<DT><STRONG>MPM</STRONG>
</DT>
<DD>A module with status "MPM" is a <a
- href="../mpm.html">Muti-Processing Module</a>. Unlike the other
+ href="../mpm.html">Multi-Processing Module</a>. Unlike the other
types of modules, Apache must have one and only one MPM in use at
any time. This type of module is responsible for basic request
handling and dispatching.