Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 44738 invoked by uid 500); 14 Apr 2002 09:21:45 -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 44727 invoked by uid 500); 14 Apr 2002 09:21:45 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 14 Apr 2002 09:21:43 -0000 Message-ID: <20020414092143.24926.qmail@icarus.apache.org> From: brianp@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/support ab.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N brianp 02/04/14 02:21:43 Modified: support ab.c Log: fixed a typo Revision Changes Path 1.95 +3 -3 httpd-2.0/support/ab.c Index: ab.c =================================================================== RCS file: /home/cvs/httpd-2.0/support/ab.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ab.c 13 Apr 2002 19:35:18 -0000 1.94 +++ ab.c 14 Apr 2002 09:21:43 -0000 1.95 @@ -648,7 +648,7 @@ " deviation apart. These results are NOT reliable.\n"); \ else if (d > sd ) \ printf("WARING: The median and mean for " what " are not within a normal deviation\n" \ - " These results are propably not that reliable.\n"); \ + " These results are probably not that reliable.\n"); \ } SANE("the initial connection time", totalcon, meancon, sdcon); SANE("the processing time", totald, meand, sdd); @@ -1302,14 +1302,14 @@ static void copyright(void) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", AP_SERVER_BASEREVISION " <$Revision: 1.94 $> apache-2.0"); + printf("This is ApacheBench, Version %s\n", AP_SERVER_BASEREVISION " <$Revision: 1.95 $> apache-2.0"); printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n"); printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n"); printf("\n"); } else { printf("

\n"); - printf(" This is ApacheBench, Version %s <%s> apache-2.0
\n", AP_SERVER_BASEREVISION, "$Revision: 1.94 $"); + printf(" This is ApacheBench, Version %s <%s> apache-2.0
\n", AP_SERVER_BASEREVISION, "$Revision: 1.95 $"); printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
\n"); printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/
\n"); printf("

\n

\n");