Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 80642 invoked by uid 500); 5 Dec 2000 16:18:58 -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 80595 invoked by uid 500); 5 Dec 2000 16:18:56 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 5 Dec 2000 16:18:55 -0000 Message-ID: <20001205161855.80588.qmail@locus.apache.org> From: trawick@locus.apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server util.c trawick 00/12/05 08:18:55 Modified: server util.c Log: Fix two spelling and syntax problems in ap_get_local_host(). Revision Changes Path 1.83 +2 -2 httpd-2.0/server/util.c Index: util.c =================================================================== RCS file: /home/cvs/httpd-2.0/server/util.c,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- util.c 2000/11/26 04:47:30 1.82 +++ util.c 2000/12/05 16:18:54 1.83 @@ -1929,7 +1929,7 @@ #endif { ap_log_error(APLOG_MARK, APLOG_STARTUP | APLOG_WARNING, 0, NULL, - "%s: gethostname() failed to detemine ServerName", + "%s: gethostname() failed to determine ServerName", ap_server_argv0); } else @@ -1954,7 +1954,7 @@ server_hostname = apr_pstrdup(a, "127.0.0.1"); ap_log_error(APLOG_MARK, APLOG_ALERT|APLOG_NOERRNO|APLOG_STARTUP, 0, NULL, - "%s: Could not find determine the server's fully qualified " + "%s: Could not determine the server's fully qualified " "domain name, using %s for ServerName", ap_server_argv0, server_hostname);