From bc5485cae8b3bc03478081a31c39de83df85b05e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 7 Jan 2004 18:55:50 +0000 Subject: [PATCH] fix mispelling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102214 13f79535-47bb-0310-9956-ffa450edef68 --- src/support/ab.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/support/ab.c b/src/support/ab.c index c2afb3fa1c5..a7f8fe11a9b 100644 --- a/src/support/ab.c +++ b/src/support/ab.c @@ -958,7 +958,7 @@ static void close_connection(struct connection * c) /* * server has legitimately shut down an idle keep alive request */ - good--; /* connection never happend */ + good--; /* connection never happened */ } else { if (good == 1) { @@ -1358,14 +1358,14 @@ static void test(void) static void copyright(void) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.71 $> apache-1.3"); + printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.72 $> apache-1.3"); 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-1.3
\n", VERSION, "$Revision: 1.71 $"); + printf(" This is ApacheBench, Version %s <%s> apache-1.3
\n", VERSION, "$Revision: 1.72 $"); 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"); -- 2.47.2