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 {