stas 2004/07/07 12:04:52
Modified: src/modules/perl mod_perl.c
Log:
comment typo
Revision Changes Path
1.217 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.c,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -u -r1.216 -r1.217
--- mod_perl.c 7 Jul 2004 19:01:04 -0000 1.216
+++ mod_perl.c 7 Jul 2004 19:04:52 -0000 1.217
@@ -322,7 +322,7 @@
}
/* the base server could have mod_perl callbacks disabled, but it
- * still negeds perl to drive the vhosts */
+ * still needs perl to drive the vhosts */
if (!MpSrvENABLE(scfg) && s->is_virtual) {
MP_TRACE_i(MP_FUNC, "mod_perl disabled for server %s\n", vhost);
scfg->mip = NULL;