]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo...
authorJim Jagielski <jim@apache.org>
Fri, 14 Sep 2007 11:59:37 +0000 (11:59 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 14 Sep 2007 11:59:37 +0000 (11:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575643 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index 18b554a7b317483ff0dc569a1b983cd4bc3bdd04..4f7fdcc82c2108ecad698e808e436089a34fbc9c 100644 (file)
@@ -1146,7 +1146,7 @@ static const char *
 
     arr = apr_table_elts(params);
     elts = (const apr_table_entry_t *)arr->elts;
-    /* Distinguish the balancer from woker */
+    /* Distinguish the balancer from worker */
     if (strncasecmp(r, "balancer:", 9) == 0) {
         proxy_balancer *balancer = ap_proxy_get_balancer(cmd->pool, conf, r);
         if (!balancer) {