1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

slight improvement to wording

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2015-04-15 23:07:58 +00:00
parent c47cb1bfa5
commit ec8921b5c3

View 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 {