]> granicus.if.org Git - apache/commitdiff
slight improvement to wording
authorJeff Trawick <trawick@apache.org>
Wed, 15 Apr 2015 23:07:58 +0000 (23:07 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 15 Apr 2015 23:07:58 +0000 (23:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673977 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index aa1a1fe6bb331d44fd2920a873cc946847eee257..476537b9c8b0544bc340c62c623f8e194c2c9a46 100644 (file)
@@ -1775,7 +1775,7 @@ static const char *
         else if ((use_regex != 0) ^ (worker->s->is_name_matchable != 0)) {
             return apr_pstrcat(cmd->temp_pool, "ProxyPass/<Proxy> and "
                                "ProxyPassMatch/<ProxyMatch> can't be used "
-                               "altogether with the same worker name ",
+                               "together with the same worker name ",
                                "(", worker->s->name, ")", NULL);
         }
         else {