From ec8921b5c3f51a5f7a66c14b5b38eb5c51b1f15c Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 15 Apr 2015 23:07:58 +0000 Subject: [PATCH] slight improvement to wording git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673977 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index aa1a1fe6bb..476537b9c8 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -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/ and " "ProxyPassMatch/ can't be used " - "altogether with the same worker name ", + "together with the same worker name ", "(", worker->s->name, ")", NULL); } else { -- 2.40.0