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

fix some grammar mistakes, mostly in comments

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2011-03-12 00:35:39 +00:00
parent d7edefbbe4
commit 4598f1a7d4
13 changed files with 20 additions and 20 deletions

View File

@@ -67,7 +67,7 @@ static const char *set_worker_param(apr_pool_t *p,
*/
worker->s->lbfactor = atoi(val);
if (worker->s->lbfactor < 1 || worker->s->lbfactor > 100)
return "LoadFactor must be number between 1..100";
return "LoadFactor must be a number between 1..100";
}
else if (!strcasecmp(key, "retry")) {
/* If set it will give the retry timeout for the worker