Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 82655 invoked by uid 500); 23 May 2002 12:20:57 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 82644 invoked by uid 500); 23 May 2002 12:20:57 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 23 May 2002 12:20:56 -0000 Message-ID: <20020523122056.54202.qmail@icarus.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server main.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N trawick 02/05/23 05:20:56 Modified: server main.c Log: fix a spelling error in a comment Revision Changes Path 1.130 +1 -1 httpd-2.0/server/main.c Index: main.c =================================================================== RCS file: /home/cvs/httpd-2.0/server/main.c,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- main.c 21 May 2002 15:40:51 -0000 1.129 +++ main.c 23 May 2002 12:20:56 -0000 1.130 @@ -405,7 +405,7 @@ module **mod; const char *optarg; - AP_MONCONTROL(0); /* turn of profiling of startup */ + AP_MONCONTROL(0); /* turn off profiling of startup */ apr_app_initialize(&argc, &argv, NULL);