You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2004/09/03 18:15:03 UTC

cvs commit: httpd-2.0/modules/proxy proxy_balancer.c

trawick     2004/09/03 09:15:03

  Modified:    modules/proxy proxy_balancer.c
  Log:
  spell check
  
  Revision  Changes    Path
  1.15      +1 -1      httpd-2.0/modules/proxy/proxy_balancer.c
  
  Index: proxy_balancer.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/proxy_balancer.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- proxy_balancer.c	26 Aug 2004 21:10:01 -0000	1.14
  +++ proxy_balancer.c	3 Sep 2004 16:15:03 -0000	1.15
  @@ -269,7 +269,7 @@
       apr_status_t rv;
   
       *worker = NULL;
  -    /* Spet 1: check if the url is for us */
  +    /* Step 1: check if the url is for us */
       if (!(*balancer = ap_proxy_get_balancer(r->pool, conf, *url)))
           return DECLINED;