]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
spell check
authorJeff Trawick <trawick@apache.org>
Fri, 3 Sep 2004 16:15:03 +0000 (16:15 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 3 Sep 2004 16:15:03 +0000 (16:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104944 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_balancer.c

index dca9537cfa6fcd4384405d83bd93bfc78fc4fa1d..b009016580669dcea1eee51d503ce84dc9c3ee71 100644 (file)
@@ -269,7 +269,7 @@ static int proxy_balancer_pre_request(proxy_worker **worker,
     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;