Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 16997 invoked by uid 500); 14 Mar 2001 04:43:05 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 16986 invoked by uid 500); 14 Mar 2001 04:43:05 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Date: 14 Mar 2001 04:43:05 -0000 Message-ID: <20010314044305.16982.qmail@apache.org> From: trawick@apache.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src/main util.c trawick 01/03/13 20:43:05 Modified: src/main util.c Log: Fix a typo in a comment. PR: 7404 (which had a patch for the hostname lookup core dump which was already fixed as well as this typo) Submitted by: Kunihiro Tanaka Revision Changes Path 1.196 +1 -1 apache-1.3/src/main/util.c Index: util.c =================================================================== RCS file: /home/cvs/apache-1.3/src/main/util.c,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- util.c 2001/03/13 10:22:21 1.195 +++ util.c 2001/03/14 04:43:04 1.196 @@ -2054,7 +2054,7 @@ } } else - /* Since we found a fdqn, return it with no logged message. */ + /* Since we found a fqdn, return it with no logged message. */ return server_hostname; }