]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix a spelling problem
authorJeff Trawick <trawick@apache.org>
Fri, 18 Jan 2002 21:59:21 +0000 (21:59 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 18 Jan 2002 21:59:21 +0000 (21:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92915 13f79535-47bb-0310-9956-ffa450edef68

src/modules/proxy/mod_proxy.c

index ae2497cd11954f10b952048e9f1b88fff038d76a..d11ccbe3ad87c16d72dbe218d128557154064a09 100644 (file)
@@ -324,7 +324,7 @@ static int proxy_handler(request_rec *r)
     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;