rse         99/04/22 04:01:54

  Modified:    src/support ab.c
  Log:
  typo
  
  Revision  Changes    Path
  1.23      +1 -1      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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ab.c      1999/04/20 12:03:29     1.22
  +++ ab.c      1999/04/22 11:01:53     1.23
  @@ -664,7 +664,7 @@
        s = strstr(c->cbuff, "\r\n\r\n");
        /*
         * this next line is so that we talk to NCSA 1.5 which blatantly
  -      * breaks the http specifaction
  +      * breaks the http specification
         */
        if (!s) {
            s = strstr(c->cbuff, "\n\n");
  
  
  

Reply via email to