summaryrefslogtreecommitdiff
path: root/server/mpm/worker
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2002-08-21 13:32:16 +0000
committerJim Jagielski <jim@apache.org>2002-08-21 13:32:16 +0000
commite9851bb0ea1d3802a225eac2b97fedf048a6ce75 (patch)
treea2332d9089f0c69e39a5bae81f4fc2346eab03a0 /server/mpm/worker
parentb03754790956c5ea463a80f253bb929402ccbdbf (diff)
downloadhttpd-e9851bb0ea1d3802a225eac2b97fedf048a6ce75.tar.gz
Minor error log typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96463 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/worker')
-rw-r--r--server/mpm/worker/worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c
index 72d5ce7aaf..84272b4fcf 100644
--- a/server/mpm/worker/worker.c
+++ b/server/mpm/worker/worker.c
@@ -2001,7 +2001,7 @@ static const char *set_max_clients (cmd_parms *cmd, void *dummy,
"WARNING: MaxClients (%d) must be at least as large",
max_clients);
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
- " large as ThreadsPerChild (%d). Automatically",
+ " as ThreadsPerChild (%d). Automatically",
ap_threads_per_child);
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
" increasing MaxClients to %d.",