martin      98/02/22 13:37:48

  Modified:    src/main http_protocol.c
  Log:
  Typo
  
  Revision  Changes    Path
  1.191     +1 -1      apache-1.3/src/main/http_protocol.c
  
  Index: http_protocol.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/http_protocol.c,v
  retrieving revision 1.190
  retrieving revision 1.191
  diff -u -u -r1.190 -r1.191
  --- http_protocol.c   1998/02/21 01:18:28     1.190
  +++ http_protocol.c   1998/02/22 21:37:47     1.191
  @@ -660,7 +660,7 @@
           port = default_port(r);
       }
   
  -    /* Make sure ports patch */
  +    /* Make sure ports match */
       if (port != r->server->port)
           return uri;
   
  
  
  

Reply via email to