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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user