Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 92967 invoked from network); 7 Jul 2004 19:05:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jul 2004 19:05:23 -0000 Received: (qmail 82104 invoked by uid 500); 7 Jul 2004 19:05:07 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 81902 invoked by uid 500); 7 Jul 2004 19:05:05 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 81763 invoked by uid 500); 7 Jul 2004 19:05:03 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 7 Jul 2004 19:04:52 -0000 Message-ID: <20040707190452.92574.qmail@minotaur.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/src/modules/perl mod_perl.c X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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;