diff options
author | Jeff Trawick <trawick@apache.org> | 2002-07-30 15:00:33 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-07-30 15:00:33 +0200 |
commit | fb6c16e8124f8e606bebb822c7e05eab083e96fd (patch) | |
tree | 6f9332f0219bcda368686adafcb5cd2a44fd4d00 /support | |
parent | New transformations. (diff) | |
download | apache2-fb6c16e8124f8e606bebb822c7e05eab083e96fd.tar.xz apache2-fb6c16e8124f8e606bebb822c7e05eab083e96fd.zip |
fix a spelling problem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96234 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r-- | support/ab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/ab.c b/support/ab.c index ffe9c197c5..5bf14ebfa3 100644 --- a/support/ab.c +++ b/support/ab.c @@ -1011,7 +1011,7 @@ static void output_results(void) printf("ERROR: The median and mean for " what " are more than twice the standard\n" \ " 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" \ + printf("WARNING: The median and mean for " what " are not within a normal deviation\n" \ " These results are probably not that reliable.\n"); \ } SANE("the initial connection time", totalcon, meancon, sdcon); @@ -1727,14 +1727,14 @@ static void test(void) static void copyright(void) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.113 $> apache-2.0"); + printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.114 $> 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("<p>\n"); - printf(" This is ApacheBench, Version %s <i><%s></i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.113 $"); + printf(" This is ApacheBench, Version %s <i><%s></i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.114 $"); printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n"); printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n"); printf("</p>\n<p>\n"); |