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 2002/01/18 22:59:21 UTC

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

trawick     02/01/18 13:59:21

  Modified:    src/modules/proxy mod_proxy.c
  Log:
  fix a spelling problem
  
  Revision  Changes    Path
  1.77      +1 -1      apache-1.3/src/modules/proxy/mod_proxy.c
  
  Index: mod_proxy.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/proxy/mod_proxy.c,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- mod_proxy.c	18 Jan 2002 20:26:58 -0000	1.76
  +++ mod_proxy.c	18 Jan 2002 21:59:21 -0000	1.77
  @@ -324,7 +324,7 @@
       if (p == NULL)
           return HTTP_BAD_REQUEST;
   
  -    /* Try serve the request from the cache. If we suceed, we leave. */
  +    /* Try serve the request from the cache. If we succeed, we leave. */
       rc = ap_proxy_cache_check(r, url, &conf->cache, &cr);
       if (rc != DECLINED)
           return rc;