]> granicus.if.org Git - apache/commitdiff
fix a spelling problem
authorJeff Trawick <trawick@apache.org>
Tue, 30 Jul 2002 13:00:33 +0000 (13:00 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 30 Jul 2002 13:00:33 +0000 (13:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96234 13f79535-47bb-0310-9956-ffa450edef68

support/ab.c

index ffe9c197c531ce6f7138c2f38375ba4fbf1bf96e..5bf14ebfa38d9970f81c09e73ca9394f63f1bafd 100644 (file)
@@ -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>&lt;%s&gt;</i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.113 $");
+       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</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");