You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 2000/02/05 10:50:58 UTC

cvs commit: apache-1.3/src/support ab.c

rse         00/02/05 01:50:57

  Modified:    src/support ab.c
  Log:
  Typo
  
  Revision  Changes    Path
  1.38      +3 -3      apache-1.3/src/support/ab.c
  
  Index: ab.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/ab.c,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- ab.c	1999/12/10 11:03:40	1.37
  +++ ab.c	2000/02/05 09:50:54	1.38
  @@ -81,7 +81,7 @@
      **    - Cleaned up by Ralf S. Engelschall <rs...@apache.org>, March 1998
      **    - POST and verbosity by Kurt Sussman <kl...@merlot.com>, August 1998
      **    - HTML table output added by David N. Welton <da...@prosa.it>, January 1999
  -   **    - Added Cookie, Arbitrary header and auth support. <di...@webweaving.org>, April 199
  +   **    - Added Cookie, Arbitrary header and auth support. <di...@webweaving.org>, April 1999
      **
    */
   
  @@ -884,14 +884,14 @@
   static void copyright(void)
   {
       if (!use_html) {
  -	printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.37 $> apache-1.3");
  +	printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.38 $> apache-1.3");
   	printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
   	printf("Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/\n");
   	printf("\n");
       }
       else {
   	printf("<p>\n");
  -	printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.37 $");
  +	printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.38 $");
   	printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
   	printf(" Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/<br>\n");
   	printf("</p>\n<p>\n");