You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/12/04 21:52:01 UTC

cvs commit: apache-1.3/src/main util.c

trawick     00/12/04 12:52:00

  Modified:    src/main util.c
  Log:
  fix a misspelled word in a log message
  
  Revision  Changes    Path
  1.192     +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.191
  retrieving revision 1.192
  diff -u -r1.191 -r1.192
  --- util.c	2000/11/14 09:57:11	1.191
  +++ util.c	2000/12/04 20:51:59	1.192
  @@ -2037,7 +2037,7 @@
       if (gethostname(str, sizeof(str) - 1) != 0) {
   #endif /* BeOS */
   	ap_log_error(APLOG_MARK, APLOG_WARNING, NULL,
  -	             "%s: gethostname() failed to detemine ServerName\n",
  +	             "%s: gethostname() failed to determine ServerName\n",
                        ap_server_argv0);
   	server_hostname = ap_pstrdup(a, "127.0.0.1");
       }